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

Semantic Linter and Release GitHub action discrepancy #222

Closed
SHession opened this issue Mar 14, 2022 · 2 comments
Closed

Semantic Linter and Release GitHub action discrepancy #222

SHession opened this issue Mar 14, 2022 · 2 comments

Comments

@SHession
Copy link
Contributor

Problem

At the moment their is an inconsistency between the semantic release linter and the release action. The use different conventions to determine how the version should be bumped. The linter uses Conventional Commits spec and the release uses angular. Regardless of which convention we would prefer we should ensure it's consistent so release never fail.

Solution

Ensure the release convention is consistent across GitHub workflows.

@SHession
Copy link
Contributor Author

It's possible we may be able to use the extra plugins part of the release action, similar to the this issue.

@jonathonherbert
Copy link
Contributor

This should be addressed by #223.

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

No branches or pull requests

2 participants