We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23448b commit 8ba7373Copy full SHA for 8ba7373
2 files changed
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+# Changelog
2
+
3
+### Version 0.1.0 *(in progress)*
4
+* Initial Release
RELEASING.md
@@ -0,0 +1,10 @@
+# Releasing
+1. Verify the build by running `make build test docker`.
+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