Skip to content

need execute after tagΒ #83

@devgauravjatt

Description

@devgauravjatt

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 tag
import { 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions