diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 91b2c42..ca2bfb3 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -15,6 +15,8 @@ steps: git add CHANGELOG.md git commit -m "Update Changelog" git push --set-upstream origin "release/$RELEASE_NUMBER" + git tag "$RELEASE_NUMBER" + git push origin "$RELEASE_NUMBER" gh pr create --fill \ --title "Changelog Hashes for $RELEASE_NUMBER" \ --body "Automated publish"