Skip to content
Success

Changes

Summary

  1. refactor(scripts/flow/build): treat vX.Y.Z-release.N tags as pre and add (commit: 23623d6) (details)
Commit 23623d68b8673c3cd080ea5457695608190905e4 by noreply
refactor(scripts/flow/build): treat vX.Y.Z-release.N tags as pre and add new build tag vX.Y.Z (#3895)

Set rv.prerelease to "pre" and newGitTag to v<major>.<minor>.<patch>.
Update tests to expect version "vX.Y.Z-pre" and newBuildTag "vX.Y.Z".
(commit: 23623d6)
The file was modifiedscripts/flow/build/versioning-strategy.ts (diff)
The file was modifiedtekton/v1/triggers/triggers/_/git-push-branch-build-ng.yaml (diff)
The file was modifiedscripts/flow/build/versioning-strategy.test.ts (diff)
The file was modifiedtekton/v1/triggers/triggers/_/git-create-tag-build-ng.yaml (diff)