mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-10 16:00:19 -04:00
Update release.md (#1613)
This commit is contained in:
parent
06bbdda9dc
commit
de5d8d796b
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ Releases should be performed using [the automated release pipeline](https://gith
|
||||||
nextMinorVer=$(echo "${ver}" | awk -F. -v OFS=. '{$2 += 1 ; print}')
|
nextMinorVer=$(echo "${ver}" | awk -F. -v OFS=. '{$2 += 1 ; print}')
|
||||||
git checkout main
|
git checkout main
|
||||||
git pull
|
git pull
|
||||||
git tag v${nextMinorVer}-pre
|
git tag ${nextMinorVer}-pre
|
||||||
git push origin refs/tags/v${nextMinorVer}-pre
|
git push origin refs/tags/${nextMinorVer}-pre
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue