Skip to content

Commit

Permalink
Add git tag script to release announcement (#603)
Browse files Browse the repository at this point in the history
* add new script command to run tagging the release after the announcements go out
  • Loading branch information
rcrozean authored May 2, 2024
1 parent 748c54c commit 4e21490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jobs/aws/eks-distro/announcement-postsubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ postsubmits:
trap 'touch /status/done' EXIT
&&
./release/prow-announce.sh
&&
./release/github_tag_doc_release.sh
env:
- name: PROJECT_PATH
value: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ maxConcurrency: 1
runIfChanged: docs/contents/releases/.*/release-announcement.txt
commands:
- ./release/prow-announce.sh
- ./release/github_tag_doc_release.sh
envVars:
- name: ARTIFACT_DEPLOYMENT_ROLE_ARN
value: arn:aws:iam::379412251201:role/ArtifactDeploymentRole
Expand Down

0 comments on commit 4e21490

Please sign in to comment.