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

ci: change version change check in release workflow + re-trigger release commit #423

Merged
merged 2 commits into from
Apr 18, 2024

Conversation

CJ42
Copy link
Collaborator

@CJ42 CJ42 commented Apr 18, 2024

Release-As: 0.25.0

What kind of change does this PR introduce (bug fix, feature, docs update, ...)?

Remove the outdated version check step and use the release-please output instead.

- name: 📦 Publish to NPM
if: env.SHOULD_RELEASE == 'true'
if: steps.release.outputs.releases_created
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm, nice. So only feat:, fix: or BREAKING CHANGE: will create a release, right?

Copy link
Collaborator Author

@CJ42 CJ42 Apr 18, 2024

Choose a reason for hiding this comment

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

no pushing a commit pattern like below can create a release manually too

image

@CJ42 CJ42 merged commit 06d872b into develop Apr 18, 2024
2 checks passed
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.

4 participants