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
+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
@@ -4,7 +4,7 @@ To release a new version of `datadog-ci`:
4
4
5
5
1. Create a new branch for the version upgrade.
6
6
2. Run `yarn version:all <major|minor|patch>`.
7
-
3. Commit the change `vX.X.X` and tag it with `git tag vX.X.X`.
7
+
3. Commit the change `vX.X.X` and tag it with `git tag -m vX.X.X vX.X.X`.
8
8
- You may refer to [Semantic Versioning](https://semver.org/#summary) to determine what level to increment.
9
9
4. Push the branch along with the tag using `git push --tags`, and create a PR.
10
10
- Find and open the workflow run corresponding to your tag [in this list](https://github.com/DataDog/datadog-ci/actions/workflows/publish-release.yml).
0 commit comments