mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
doc: update release instructions
This commit is contained in:
parent
152c598858
commit
36af88b65e
1 changed files with 2 additions and 4 deletions
|
|
@ -52,10 +52,8 @@ git commit -m "Release 1.0.0"
|
|||
git push
|
||||
|
||||
# !!! check that tests pass on CI
|
||||
|
||||
# Run automated release workflow by pushing a tag
|
||||
git tag 1.0.0
|
||||
git push --tags
|
||||
```
|
||||
|
||||
* Create a new release on github at <https://github.com/metosin/reitit/releases>
|
||||
* This will trigger the automated release workflow <https://github.com/metosin/reitit/actions/workflows/release.yml>
|
||||
* Announce the release at least on #reitit in Clojurians.
|
||||
|
|
|
|||
Loading…
Reference in a new issue