Skip to content

Commit

Permalink
chore: update repo semaphore project
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentSemaphore committed Jun 10, 2024
1 parent ba169c1 commit 202f1a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .semaphore/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,15 @@ spec:
- pull_request
- forked_pull_request
- tag
tasks:
- name: release
scheduled: False
branch: "master"
pipeline_file: .semaphore/release.yml
parameters:
- name: PROJECT_VERSION
required: True
default_value: "X.Y.Z"
- name: NEXT_PROJECT_VERSION
required: True
default_value: "X.Y.Z-SNAPSHOT"

0 comments on commit 202f1a4

Please sign in to comment.