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

Use without pushing directly to master/main? #126

Open
DevRCRun opened this issue Feb 9, 2024 · 2 comments
Open

Use without pushing directly to master/main? #126

DevRCRun opened this issue Feb 9, 2024 · 2 comments
Labels
question Further information is requested

Comments

@DevRCRun
Copy link

DevRCRun commented Feb 9, 2024

Similar question to this issue in the original repo.

conventional-changelog#817

We also have a policy that we cannot not push directly to master without going through an approval cycle (PR), but are looking at this tool for its simplicity over other options.

Is this use case compatible?

@DevRCRun DevRCRun added the question Further information is requested label Feb 9, 2024
@TimothyJones
Copy link
Member

Yes, if you run it via automation (with a token that is allowed to push to master).

Tags don’t work well from PRs, generally.

if you want to do pr approved releases, you can have a look at release-please

@TimothyJones
Copy link
Member

Another option could be to run it with —skip-tags, then raise a PR (with some automation to detect the version bump and tag master after merge).

Either way, I think you’ll need something custom to get around this restriction

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

No branches or pull requests

2 participants