Skip to content

Commit fe65677

Browse files
committed
[FIX] tag command
1 parent 0dc4028 commit fe65677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To release a new version of `datadog-ci`:
44

55
1. Create a new branch for the version upgrade.
66
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`.
88
- You may refer to [Semantic Versioning](https://semver.org/#summary) to determine what level to increment.
99
4. Push the branch along with the tag using `git push --tags`, and create a PR.
1010
- 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

Comments
 (0)