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: RELEASING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ The release process is controlled and run by GitHub Actions.
23
23
### Update Changelog
24
24
25
25
1. Open [prepare release](https://github.com/DataDog/datadog-api-client-typescript/actions/workflows/prepare_release.yml) and click on `Run workflow` dropdown.
26
-
1. Enter new version identifier in the `New version tag` input box (e.g. `v1.0.0-beta.9`).
26
+
1. Enter new version identifier in the `New version number` input box (e.g. `1.0.0-beta.10`).
27
27
1. Trigger the action by clicking on `Run workflow` button.
28
28
29
29
### Review
30
30
31
-
1. Review the generated pull-request for `release/<New version tag>` branch.
31
+
1. Review the generated pull-request for `release/<New version number>` branch.
32
32
1. If everything is fine, merge the pull-request.
33
33
1. Check that the [release](https://github.com/DataDog/datadog-api-client-typescript/actions/workflows/release.yml) action created new release on GitHub.
0 commit comments