Skip to content

fix(cicd): skip ci on bump commit #339

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

Merged
merged 1 commit into from
Dec 21, 2021
Merged

fix(cicd): skip ci on bump commit #339

merged 1 commit into from
Dec 21, 2021

Conversation

flochaz
Copy link
Contributor

@flochaz flochaz commented Dec 20, 2021

Description of your changes

Avoid infinite loop in release workflow.

Current workflow is auto bumping and releasing ALL commit to main (following conventional commit and semantic release) as beta pre release.
But this autobump phase creates a new commit for changelog and version bump in package.json which it self was generating a new release.

Using [skip ci] flag in commit message fix this.

PR status

Is this ready for review?: YES
Is it a breaking change?: NO


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@dreamorosi dreamorosi added the automation This item relates to automation label Dec 21, 2021
@dreamorosi dreamorosi added this to the beta-release milestone Dec 21, 2021
@dreamorosi dreamorosi merged commit 88d5029 into main Dec 21, 2021
@dreamorosi dreamorosi deleted the cicd/fixLoop branch December 21, 2021 13:31
@heitorlessa heitorlessa added the internal PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.) label Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation This item relates to automation internal PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants