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

chore: adding workflow to create releases #8

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

pellejador
Copy link
Contributor

This workflow is triggered when a pull request is closed. If the PR was merged into the main branch and the source branch matches the pattern release/*, it will:

  • Create a new tag based on the version specified in the .version file.
  • Create a new GitHub release using the newly created tag.

@pellejador pellejador merged commit 1bddf0d into main Dec 5, 2024
@pellejador pellejador deleted the chore/adding-wf-to-create-releases branch December 5, 2024 10:23
Comment on lines +31 to +32
echo "NEW_TAG=${NEW_TAG}" >> ${GITHUB_ENV}
echo "PREVIOUS_TAG=${PREVIOUS_TAG}" >> ${GITHUB_ENV}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about we switch to using Github Steps Output here ?

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

Successfully merging this pull request may close these issues.

3 participants