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: automate release actions #7070

Merged
merged 2 commits into from
May 17, 2024
Merged

chore: automate release actions #7070

merged 2 commits into from
May 17, 2024

Conversation

gastonfournier
Copy link
Contributor

About the changes

Automate some of our release steps in the same workflow. This gives us the ability to opt-out some of the jobs which allows us to release patches to older versions without setting that patch as the latest version (currently not covering docker publish but if this test works successfully we might include it as well).

This comes from tests in our enterprise repository.

Copy link

vercel bot commented May 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 8:05am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview May 17, 2024 8:05am

Comment on lines -28 to -33
- name: Update version
if: ${{ github.event_name == 'release' }}
uses: 'Unleash/update-version-action@v0'
with:
version: ${{ github.event.release.tag_name }}
distribution: 'oss'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This doesn't work and I'm moving it into the publish-new-version workflow

Copy link
Contributor

@daveleek daveleek left a comment

Choose a reason for hiding this comment

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

Cool, lets try it out!

@gastonfournier gastonfournier merged commit 97ef03d into 5.12 May 17, 2024
9 of 10 checks passed
@gastonfournier gastonfournier deleted the new-release-workflow branch May 17, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants