Skip to content

Commit

Permalink
Merge pull request #5 from dokku/release-docs
Browse files Browse the repository at this point in the history
docs: document how releases work
  • Loading branch information
josegonzalez authored May 16, 2024
2 parents 9818920 + 85a5d10 commit 0f2e7f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ docker run --rm semver --input 0.1.2 --bump patch
# run it with environment variables
docker run --rm -e SEMVER_GENERATOR_INPUT=0.1.2 -e SEMVER_GENERATOR_BUMP=patch semver
```

## Releasing

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 comments on commit 0f2e7f9

Please sign in to comment.