We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
release
Simply run npx changelogen in a repository with an already existing tag.
npx changelogen
release commit being included as a chore when I try to run npx changelogen
## v1.1.2...main [compare changes](https://github.com/modbender/nuxt-tiptap-editor/compare/v1.1.2...main) ### 🩹 Fixes - Editor config ([f571e13](https://github.com/modbender/nuxt-tiptap-editor/commit/f571e13)) ### 🏡 Chore - **release:** V1.1.2 ([bcf98ec](https://github.com/modbender/nuxt-tiptap-editor/commit/bcf98ec)) - Upgrade packages ([3dae1e7](https://github.com/modbender/nuxt-tiptap-editor/commit/3dae1e7)) - Formatting, updates & fixes ([2748b38](https://github.com/modbender/nuxt-tiptap-editor/commit/2748b38)) - Add release-it ([f0b79e1](https://github.com/modbender/nuxt-tiptap-editor/commit/f0b79e1)) ### ❤️ Contributors - Modbender
No response
The text was updated successfully, but these errors were encountered:
This is a required fix for a next step. I want to use changelogen with release-it to automate publishing packages.
{ "git": { "changelog": "npx changelogen", "commitMessage": "chore: release v${version}", "requireCleanWorkingDir": true }, "github": { "release": true, "releaseName": "v${version}" }, "npm": { "skipChecks": true }, "plugins": { "release-it-pnpm": { "inFile": "CHANGELOG.md" } }, "hooks": { "after:bump": "npx changelogen --output" } }
Sorry, something went wrong.
No branches or pull requests
Environment
Nuxt project info:
Reproduction
Simply run
npx changelogen
in a repository with an already existing tag.Describe the bug
release commit being included as a chore when I try to run
npx changelogen
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: