Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Nov 28, 2024
1 parent 06e27ee commit 3796c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,3 +497,4 @@ Let's say you wanted to release version `3.1.0`, here are the steps:
3. Create a git tag: `git tag -a v3.1.0 -m "Release 3.1.0"`
4. Push the git tag: `git push origin v3.1.0`
5. Release on RubyGems: `gem build transloadit.gemspec && gem push transloadit-3.1.0.gem`
6. Draft a release [here](https://github.com/transloadit/ruby-sdk/releases). Click the `v3.1.0` tag and click `Generate release notes`. Inspect and Publish.

0 comments on commit 3796c81

Please sign in to comment.