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
* fix version number calculation
* fix version number calculation
* Update RELEASING.md
Co-authored-by: Jen Gilbert <[email protected]>
---------
Co-authored-by: Jen Gilbert <[email protected]>
Copy file name to clipboardExpand all lines: RELEASING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The release process is controlled and run by GitHub Actions.
28
28
### Update Changelog
29
29
30
30
1. Open [prepare release](https://github.com/DataDog/datadog-api-client-ruby/actions/workflows/prepare_release.yml) and click on `Run workflow` dropdown.
31
-
1.Enter new version identifier in the `New version number` input box (e.g. `1.8.0`).
31
+
1.If needed, enter a new version identifier in the `New version number` input box (e.g. `1.10.0`). The default updates the previous minor.
32
32
1. Trigger the action by clicking on `Run workflow` button.
0 commit comments