Skip to content

Commit acedbd8

Browse files
authored
fixes
1 parent 853ac83 commit acedbd8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

ruby/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ Note: No Ruby needed to run this! It all runs in CI!
2828
3. [ ] In the <lib/libdatadog/version.rb> file:
2929
- [ ] Update `LIB_VERSION` with the new version. Example: Setting "25.0.0" results in the first part of the string "25.0.0.1.0.x"
3030
- [ ] (OPTIONAL) Update `GEM_PRERELEASE_VERSION` with a prerelease descriptor. This is only needed if you want to do a prerelease. Example: Setting ".beta" results in "25.0.0.1.0.beta".
31-
5. [ ] [Optional] In the <lib/libdatadog/version.rb> file, update `LIB_VERSION` with the new version.
32-
6. [ ] Commit change, open PR, get it merged
33-
7. [ ] Trigger the "Publish Ruby gem" workflow in <https://github.com/DataDog/libdatadog/actions/workflows/publish-ruby.yml>
34-
8. [ ] Verify that release shows up correctly on: <https://rubygems.org/gems/libdatadog>
31+
4. [ ] Commit change, open PR, get it merged
32+
5. [ ] Trigger the "Publish Ruby gem" workflow in <https://github.com/DataDog/libdatadog/actions/workflows/publish-ruby.yml>
33+
6. [ ] Verify that release shows up correctly on: <https://rubygems.org/gems/libdatadog>
3534

3635
## Contributing
3736

0 commit comments

Comments
 (0)