-
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Clear and concise description of the problem
i want tag frist and after execute and after commit
check code
π β bun run bumpp
$ bumpp
2 Commits since the last version:
1b1e233 refactor : s
5324c15 feature : d
β Current version 1.0.1 Β» next 1.0.2
files package.json
commit release: bumped to 1.0.2
tag v1.0.2
execute git-chglog -o CHANGELOG.md
from 1.0.1
to 1.0.2
β Bump? ... yes
β Updated package.json to 1.0.2
βΉ Executing script git-chglog -o CHANGELOG.md
β Generating changelog ...
β¨ Generate of "CHANGELOG.md" is completed! (590.7703ms)
β Script finished
β Git commit
β Git tagimport { defineConfig } from 'bumpp'
export default defineConfig({
commit: 'release: bumped to %s',
push: false,
all: true,
execute: "git-chglog -o CHANGELOG.md"
})Suggested solution
give options like frist tag and after execute and after commit -------
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request