This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build & release documentation
-Delete old release script -Add release process -Update manual build steps for development
- Loading branch information
Showing
3 changed files
with
22 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
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.