
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@localazy/conventional-changelog-preset
Advanced tools
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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.