Skip to content

Commit

Permalink
Update publishing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1kkurat committed Jul 12, 2024
1 parent e58b562 commit 3401aa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ libraryDependencies ++= Seq(
```

## Release process
The release process makes use of https://github.com/evolution-gaming/scala-github-actions that runs
tests and ensures proper publishing with the required credentials via GitHub Actions.
The flow is defined in `.github/workflows/release.yml`.
A typical release process is as follows:
1. Update version in `version.sbt` to the target one. Example: current version is `4.0.0` and you
want to publish `4.1.0`. Update `version.sbt` to `4.1.0`.
2. Push changes to the repository. Do not make a new tag manually.
Expand Down

0 comments on commit 3401aa6

Please sign in to comment.