-
Notifications
You must be signed in to change notification settings - Fork 717
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!: unified presets interface #1045
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAKING CHANGE: Now all presets are exports preset config factory function. conventional-changelog-preset-loader now exports new loadPreset and createPresetLoader functions. If you are using presets indirectly, using preset name, no any changes in configuration needed, just upgrade packages to latest versions.
dangreen
force-pushed
the
feat-unified-presets-interface
branch
from
July 9, 2023 19:14
8169535
to
b412cd8
Compare
This was referenced Jul 10, 2023
sheerlox
added a commit
to insurgent-lab/conventional-changelog-preset
that referenced
this pull request
Sep 30, 2023
BREAKING CHANGE: preset now exports preset config factory function. See conventional-changelog/conventional-changelog#1045
sheerlox
added a commit
to insurgent-lab/conventional-changelog-preset
that referenced
this pull request
Sep 30, 2023
BREAKING CHANGE: preset now exports preset config factory function. See conventional-changelog/conventional-changelog#1045.
sheerlox
added a commit
to insurgent-lab/conventional-changelog-preset
that referenced
this pull request
Oct 1, 2023
BREAKING CHANGE: preset now exports preset config factory function. See conventional-changelog/conventional-changelog#1045.
sheerlox
pushed a commit
to insurgent-lab/conventional-changelog-preset
that referenced
this pull request
Oct 1, 2023
## [7.0.0](v6.0.5...v7.0.0) (2023-10-01) ### ⚠ Breaking changes * preset now exports preset config factory function. See conventional-changelog/conventional-changelog#1045. ### ✨ Features * update preset interface ([c1bd57d](c1bd57d)) ### ⚙️ Continuous Integrations * **action:** use lts node version in test workflow ([7f779d6](7f779d6)) ### ♻️ Chores * **deps:** update dependency [@semantic-release](https://github.com/semantic-release)/github to v9.2.1 ([#94](#94)) ([1eef3d0](1eef3d0)) * **deps:** update semantic-release monorepo (major) ([#95](#95)) [skip ci] ([532019c](532019c))
amorscher
added a commit
to amorscher/lerna
that referenced
this pull request
Oct 21, 2023
- new 7.x.x versions of conventional changelog presets use async factory functions createPreset (see conventional-changelog/conventional-changelog#1045)
amorscher
added a commit
to amorscher/lerna
that referenced
this pull request
Oct 21, 2023
- new 7.x.x versions of conventional changelog presets use async factory functions createPreset (see conventional-changelog/conventional-changelog#1045)
9 tasks
9 tasks
literat
added a commit
to lmc-eu/code-quality-tools
that referenced
this pull request
Jul 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: Now all presets are exports preset config factory function. conventional-changelog-preset-loader now exports new loadPreset and createPresetLoader functions. If you are using presets indirectly, using preset name, no any changes in configuration needed, just upgrade packages to latest versions.