Skip to content

Commit 7f8cba3

Browse files
committed
README.md: simpler release instructions
1 parent 8c77adf commit 7f8cba3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,9 @@ jsonista.jmh/decode-jackson :decode :throughput 5 2211.046
206206
## Making a release
207207

208208
- Update `CHANGELOG.md` and increment the version number in `project.clj`
209-
- Commit
210-
- Tag with the release number
211-
- Push to Github
212-
- Create a Github release by editing the tag you just created on <https://github.com/metosin/jsonista/tags>
209+
- Commit and push to Github
210+
- Create a Github release [here](https://github.com/metosin/jsonista/releases)
211+
- Use the version number of the release for the tag name
213212
- The [Github Actions release workflow](.github/workflows/release.yml) should fire and deploy a release to clojars
214213

215214
## License

0 commit comments

Comments
 (0)