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

Add v0-specific change descriptions #1005

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

ecraig12345
Copy link
Member

@ecraig12345 ecraig12345 commented Nov 18, 2024

If a package is a 0.x version, the default prompt now looks like this:

Patch      - bug fixes; new features; backwards-compatible API changes (ok in patches for version < 1)
Minor      - breaking changes; major feature (ok in minors for version < 1)
None       - this change does not affect the published package in any way
Major      - official release

Wording for v1+ packages has been slightly tweaked as well:

Patch      - bug fixes; no API changes
Minor      - new feature; backwards-compatible API changes
None       - this change does not affect the published package in any way
Major      - breaking changes; major feature

The messages can also now be easily customized using BeachballOptions.changeFilePrompt.changeTypeDescriptions.

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.

1 participant