Skip to content

Commit

Permalink
Add Changelog and releasing files
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Jul 15, 2016
1 parent b23448b commit 8ba7373
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

### Version 0.1.0 *(in progress)*
* Initial Release
10 changes: 10 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Releasing

1. Verify the build by running `make build test docker`.
2. Update the version in `README.md`.
3. Update the `CHANGELOG.md` for the impending release.
4. Run `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version).
5. Run `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version).
6. Run `git push && git push --tags`.
7. Run `make docker-push`.
8. Run `github-release upload --user segmentio --repo segment-proxy --tag X.Y.Z --name "X.Y.Z" --file in/segment-proxy`.

0 comments on commit 8ba7373

Please sign in to comment.