Skip to content

Commit 8ba7373

Browse files
committed
Add Changelog and releasing files
1 parent b23448b commit 8ba7373

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Changelog
2+
3+
### Version 0.1.0 *(in progress)*
4+
* Initial Release

RELEASING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Releasing
2+
3+
1. Verify the build by running `make build test docker`.
4+
2. Update the version in `README.md`.
5+
3. Update the `CHANGELOG.md` for the impending release.
6+
4. Run `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version).
7+
5. Run `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version).
8+
6. Run `git push && git push --tags`.
9+
7. Run `make docker-push`.
10+
8. Run `github-release upload --user segmentio --repo segment-proxy --tag X.Y.Z --name "X.Y.Z" --file in/segment-proxy`.

0 commit comments

Comments
 (0)