Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TODO for improving the vagrant_tag_release action #444

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

blag
Copy link
Contributor

@blag blag commented Oct 21, 2020

The release process tweaks the changelog for the StackStorm/packer-st2 project and creates and pushes a new tag to match the StackStorm version.

When the changelog changes are pushed, a CircleCI build is started. However, the vagrant_tag_release action never checks for the status of the CircleCI build. If the CircleCI build fails, a Vagrant image will not actually be created for that StackStorm release. That means that the release manager will need to make a PR to the packer-st2, and merge changes, but the new tag won't ever be updated to point to the fixed commit.

The script is smart enough to skip updating the changelog if it already contains the version blurb, but the script will simply bail out if the tag already exists.

Instead the script should update the tag to point to the latest commit. It might be prudent to hide this behavior behind a force parameter or something like that.

This PR adds a TODO message to do exactly that. This might be a good task for a community member to get familiar with this repo.

@CLAassistant
Copy link

CLAassistant commented May 11, 2022

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants