We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be13bbd commit 6b86f97Copy full SHA for 6b86f97
RELEASE.md
@@ -1,9 +1,4 @@
1
# Release
2
3
-## Instructions
4
-To release the gem to Github package manager and Ruby Gems,
5
-
6
-1. Update `lib/fluent/plugin/version.rb`
7
-2. Create a pull request and merge it into `main`
8
-3. Manually creating a release on Github with a tag indicating the new version number e.g. `vMAJOR.MINOR.PATCH`
9
-4. GitHub Actions will automatically run and publish to RubyGems and GitHub repository
+This repository follow conventional commit and semantic versioning, and the release to RubyGems.org and GitHub Ruby
+ Repository is managed by [release-please](https://github.com/google-github-actions/release-please-action).
0 commit comments