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

Proposal: Bump without packages in monorepos #313

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

johbo
Copy link

@johbo johbo commented Aug 24, 2023

For some of my repositories I'd like to be able to have a release for the mono repository made even if no package is updated by running cog bump --auto.

This allows to have the monorepo itself be bumped even if no package is updated.
This is useful if the base repository itself does contain something that also
can evolve without any of its included packages evolving.
This is now needed because of the setting "monorepo_bump_without_packages" which
allows an automatic version bump even if no packages have to be updated.
@cocogitto-bot
Copy link

cocogitto-bot bot commented Aug 24, 2023

✔️ 1b3e75c...1048b06 - Conventional commits check succeeded.

@oknozor
Copy link
Collaborator

oknozor commented Sep 25, 2023

Thank you @johbo, can you make a PR to update the documentation as well ?
https://github.com/cocogitto/website

@oknozor
Copy link
Collaborator

oknozor commented Sep 27, 2023

And also it would be nice to have a test for this :)

@johbo
Copy link
Author

johbo commented Sep 27, 2023

Cool! I'll try to figure out the testing path and also add the PR for the docs repo. It's gonna take me a week or so to get back to this though.

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.

None yet

2 participants