Skip to content

Commit 0f2e7f9

Browse files
authored
Merge pull request #5 from dokku/release-docs
docs: document how releases work
2 parents 9818920 + 85a5d10 commit 0f2e7f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ docker run --rm semver --input 0.1.2 --bump patch
1919
# run it with environment variables
2020
docker run --rm -e SEMVER_GENERATOR_INPUT=0.1.2 -e SEMVER_GENERATOR_BUMP=patch semver
2121
```
22+
23+
## Releasing
24+
25+
Run the `bump-version` Github Actions workflow with the appropriate `bump type`. A docker image will be generated and pushed into GHCR, while the built binaries will be attached to the Github Release associated with the generated tag.

0 commit comments

Comments
 (0)