You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ruby/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,9 @@ Note: No Ruby needed to run this! It all runs in CI!
28
28
3.[ ] In the <lib/libdatadog/version.rb> file:
29
29
-[ ] 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"
30
30
-[ ] (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>
0 commit comments