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

feat: Specify which versioned file to bump instead of picking automat… #182

Conversation

dbanty
Copy link
Member

@dbanty dbanty commented May 8, 2022

…ically.

Closes #148

BREAKING CHANGE: BumpVersion and PrepareRelease now require setting a [[packages]] field in knope.toml.

dbanty added 5 commits June 5, 2022 21:04
…ically.

Closes #148

BREAKING CHANGE: `BumpVersion` and `PrepareRelease` now require setting a `[[packages]]` field in `knope.toml`.
BREAKING CHANGE: The path to a changelog file is no longer defined with `changelog_path` in the `PrepareRelease` step. Instead, it is set as `changelog` in `[[packages]]`.
@dbanty dbanty force-pushed the 148-instead-of-picking-up-the-first-package-manager-found-require-the-user-to-specify-their-versioned-file branch from 7715fe0 to ca2dedd Compare June 6, 2022 03:15
@dbanty dbanty marked this pull request as ready for review June 6, 2022 04:24
@dbanty dbanty merged commit bf67925 into main Jun 6, 2022
@dbanty dbanty deleted the 148-instead-of-picking-up-the-first-package-manager-found-require-the-user-to-specify-their-versioned-file branch June 6, 2022 04:45
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.

Instead of picking up the first package manager found, require the user to specify their versioned file.
1 participant