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

@scaleway/changesets-renovate Ability to Skip the commit #1704

Closed
wrighbr opened this issue Dec 5, 2023 · 0 comments · Fixed by #1705
Closed

@scaleway/changesets-renovate Ability to Skip the commit #1704

wrighbr opened this issue Dec 5, 2023 · 0 comments · Fixed by #1705

Comments

@wrighbr
Copy link
Contributor

wrighbr commented Dec 5, 2023

Is your feature request related to a problem? Please describe.
We run a self hosted renovate bot and want to be able to run a "postUpgradeTasks" to create a changeset see below.

{
  "postUpgradeTasks": {
    "commands": [
         "npm i -g @scaleway/changesets-renovate && changesets-renovate",
    ]
  }
}

According to the doco we don't need to commit the modified files https://docs.renovatebot.com/configuration-options/#postupgradetasks

Describe the solution you'd like
I want the ability to be able skip the git commit steps within the changeset-renovate cli this could be either achieved by an environmental variable SKIP_COMMIT=TRUE changesets-renovate or cli changesets-renovate --skip-commit

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 a pull request may close this issue.

1 participant