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

Implement Semantic-Release with GitHub Actions #100

Merged
merged 4 commits into from
Jan 17, 2024

Conversation

jordan-loeser
Copy link
Member

  • Implements semantic-release with a .releaserc configured to target changes to the main branch, generating a CHANGELOG.md and updating the package.json
  • Implements workflows/release.yaml, which uses the above semantic release configuration to automatically release on merges to main

Verified

This commit was signed with the committer’s verified signature.
…rkflow

The new workflow uses semantic-release.
@@ -0,0 +1,38 @@
name: Release
Copy link
Member Author

Choose a reason for hiding this comment

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

Comment on lines +6 to +7
"@semantic-release/changelog",
"@semantic-release/git"
Copy link
Member Author

Choose a reason for hiding this comment

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

No additional configuration needed as the defaults suit our needs

@jordan-loeser jordan-loeser merged commit 93efb67 into spotify:main Jan 17, 2024
Copy link

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

1 participant