Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 2baacb3

Browse files
authored
chore(build): release when tags matching version-[0-9]+.[0-9]+.[0-9]+… (#1039)
The jenkins jobs that publish/release spinnaker use tags of this form. See e.g https://github.com/spinnaker/buildtool/blob/d5ce1398e386c2ff92881310aba5a58f305b0241/dev/buildtool/spinnaker_commands.py#L295 + https://github.com/spinnaker/buildtool/blob/d5ce1398e386c2ff92881310aba5a58f305b0241/dev/buildtool/spinnaker_commands.py#L305 Those jobs currently publish to bintray, but since that is going away, let's publish to nexus.
1 parent f1633d8 commit 2baacb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
tags:
66
- "v[0-9]+.[0-9]+.[0-9]+"
77
- "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"
8+
- "version-[0-9]+.[0-9]+.[0-9]+"
89

910
env:
1011
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx2g -Xms2g

0 commit comments

Comments
 (0)