mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Update release.md (#1613)
This commit is contained in:
parent
06bbdda9dc
commit
de5d8d796b
@ -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}')
|
||||
git checkout main
|
||||
git pull
|
||||
git tag v${nextMinorVer}-pre
|
||||
git push origin refs/tags/v${nextMinorVer}-pre
|
||||
git tag ${nextMinorVer}-pre
|
||||
git push origin refs/tags/${nextMinorVer}-pre
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user