We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac9b0c commit 9ca33cdCopy full SHA for 9ca33cd
1 file changed
README.md
@@ -57,6 +57,16 @@ gem 'psych'
57
58
JRuby ships with a pure Java implementation of Psych.
59
60
+## Release
61
+
62
+We used the trusted publisher and [rubygems/release-gem](https://github.com/rubygems/release-gem) workflow.
63
64
+We can release the new version with:
65
66
+```bash
67
+git tag vXXX && git push origin vXXX
68
+```
69
70
## License
71
72
Copyright 2009 Aaron Patterson, et al.
0 commit comments