
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socketβs new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
@localazy/conventional-changelog-preset
Advanced tools
Conventional Changelog with Emojis support
Plugin for conventional-changelog
with support for
emoji commits and squashed PRs.
npm i -D conventional-changelog \
conventional-changelog-cli \
conventional-recommended-bump@9 \
https://github.com/localazy/conventional-changelog-preset.git \
https://github.com/localazy/conventional-changelog-writer.git
# show cli help
npx conventional-changelog --help
# regenerate whole changelog
npx conventional-changelog -p @localazy/preset -i CHANGELOG.md -s -r 0
# add latest release to changelog
npx conventional-changelog -p @localazy/preset -i CHANGELOG.md -s -r 1
# preview unreleased changelog
npx conventional-changelog -p @localazy/preset -u
# preview recommended bump: patch|minor|major
npx conventional-recommended-bump -p @localazy/conventional-changelog-preset
You can create .changelogrc.json
file in your root folder to extend or create additional emoji groups. Look at
the default configuration file for reference. Use type
property as identifier when
extending existing configuration.
{
"emojis": [
{
"type": "feat",
"emojiAliases": [
"π",
"π«",
"π ",
"π"
]
}
]
}
Emoji | Aliases | Type | Type Aliases | Version Bump | In Changelog? | Heading | Order |
---|---|---|---|---|---|---|---|
π₯ | breaking | major | β | π₯ Breaking Changes | 10 | ||
β¨ | π, π«, π | feat | feature | minor | β | β¨ Features | 20 |
β‘οΈ | perf | performance | patch | β | β‘οΈ Performance | 30 | |
π | π, π, π¨ | fix | fixes , hotfix , hotfixes | patch | β | π Bug Fixes | 40 |
π | π, π | docs | doc | patch | β | π Documentation | 50 |
π§ͺ | β , π¦ | test | tests | patch | β | π§ͺ Tests | 60 |
β»οΈ | π¦ | refactor | patch | β | π§° Other Commits | 70 | |
π | π¨, π | style | cleanup , format , lint | patch | β | π§° Other Commits | 71 |
π§ | βοΈ, π, β¬οΈ | chore | chores , deps , build , ci | patch | β | π§° Other Commits | 72 |
π | release | patch | 1000 |
Code released under the MIT license.
FAQs
Conventional Changelog with Emojis support
We found that @localazy/conventional-changelog-preset demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socketβs new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qixβs account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.