mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Cirrus: Fixes due to master->main rename
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -16,7 +16,7 @@ valid_args() {
|
||||
|
||||
# `git describe` will never produce a useful version number under all
|
||||
# branches. This is because the podman release process (see `RELEASE_PROCESS.md`)
|
||||
# tags release versions only on release-branches (i.e. never on master).
|
||||
# tags release versions only on release-branches (i.e. never on main).
|
||||
# Scraping the version number directly from the source, is the only way
|
||||
# to reliably obtain the number from all the various contexts supported by
|
||||
# the `Makefile`.
|
||||
|
@ -61,7 +61,7 @@ dev_version_commit()
|
||||
}
|
||||
|
||||
git fetch origin &&
|
||||
git checkout -b "bump-${VERSION}" origin/master &&
|
||||
git checkout -b "bump-${VERSION}" origin/main &&
|
||||
release_commit &&
|
||||
git tag -s -m "version ${VERSION}" "v${VERSION}" &&
|
||||
dev_version_commit
|
||||
|
Reference in New Issue
Block a user