We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c77adf commit 7f8cba3Copy full SHA for 7f8cba3
README.md
@@ -206,10 +206,9 @@ jsonista.jmh/decode-jackson :decode :throughput 5 2211.046
206
## Making a release
207
208
- 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>
+- Commit and push to Github
+- Create a Github release [here](https://github.com/metosin/jsonista/releases)
+ - Use the version number of the release for the tag name
213
- The [Github Actions release workflow](.github/workflows/release.yml) should fire and deploy a release to clojars
214
215
## License
0 commit comments