Skip to content
Snippets Groups Projects
Unverified Commit 04d01815 authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Fix typos in the release issue template

parent 0c8dbd93
Branches
No related tags found
No related merge requests found
...@@ -12,6 +12,6 @@ For visioning we use `X.Y.Z-gitlab.G` pattern, where: ...@@ -12,6 +12,6 @@ For visioning we use `X.Y.Z-gitlab.G` pattern, where:
- [ ] Update [version/version.go](https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/blob/93376765782dc284064f3e4ccf87d8500e983888/version/version.go#L9) to `0.16.2-gitlab.{{G}}`. - [ ] Update [version/version.go](https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/blob/93376765782dc284064f3e4ccf87d8500e983888/version/version.go#L9) to `0.16.2-gitlab.{{G}}`.
- [ ] Add file `git add version/version.go` - [ ] Add file `git add version/version.go`
- [ ] Commit `git commit -m "Bump version to 0.16.2-gitlab.{{G}}"` - [ ] Commit `git commit -m "Bump version to 0.16.2-gitlab.{{G}}"`
- [ ] Create git tag `git tag -s 0.16.2-gitlab.{{G}} -m "Version 0.16.2-gitlab.{{G}}` - [ ] Create git tag `git tag -s v0.16.2-gitlab.{{G}} -m "Version 0.16.2-gitlab.{{G}}"`
- [ ] Push tag `git push origin 0.16.2-gitlab.{{G}}` - [ ] Push tag `git push origin v0.16.2-gitlab.{{G}}`
- [ ] Push to master `git push origin master` - [ ] Push to master `git push origin master`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment