This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add eggtimer. * Add generated changelog entries
- Loading branch information
1 parent
d294b7e
commit 4b38dc4
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
type: local | ||
local: | ||
releaseStrategy: | ||
type: timeBasedRelease | ||
timeBasedRelease: | ||
timeSinceLastRelease: 1 days |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
type: improvement | ||
improvement: | ||
description: |- | ||
Add eggtimer. | ||
**Goals (and why)**: | ||
Make sure releases happen often. | ||
**Implementation Description (bullets)**: | ||
I don't know if this will actually work. | ||
**Testing (What was existing testing like? What have you done to improve it?)**: | ||
**Concerns (what feedback would you like?)**: | ||
**Where should we start reviewing?**: | ||
**Priority (whenever / two weeks / yesterday)**: | ||
<!--- | ||
Please remember to: | ||
- Add any necessary release notes (including breaking changes) | ||
- Make sure the documentation is up to date for your change | ||
---> | ||
links: | ||
- https://github.com/palantir/atlasdb/pull/4557 |