forked from d2iq-archive/mesos-dns
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request d2iq-archive#472 from mesosphere/release-v0.6.0
Release v0.6.0
- Loading branch information
Showing
4 changed files
with
38 additions
and
17 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
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
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,16 @@ | ||
# How to Release | ||
We release Mesos-DNS once every 3-4 months or so. We try to release several release candidates prior to a release. | ||
|
||
## Releasing an RC | ||
1. Tag a commit `git tag v0.5.3-rc1` (example) | ||
2. git push --tags | ||
3. Rebuild it in Circle-ci without cache | ||
4. Upload artifacts from Circle-ci to Github | ||
|
||
## Releasing | ||
1. Cut a branch like release-v0.5.3 | ||
2. Populate CHANGELOG as to differences from the last release. | ||
3. Commit this as "Releasing v0.5.3" | ||
4. Tag this specific commit as `v0.5.3` | ||
5. `git push --tags` | ||
6. Upload artifacts from Circle-CI to Github |
This file was deleted.
Oops, something went wrong.