Skip to content
New issue

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

Does this package not support setting --header? #125

Open
you-hengh opened this issue Feb 3, 2024 · 0 comments
Open

Does this package not support setting --header? #125

you-hengh opened this issue Feb 3, 2024 · 0 comments
Labels
question Further information is requested

Comments

@you-hengh
Copy link

Hello, I started using commit-and-tag-version after reading the README from standard-version.

I've noticed that the --header parameter seems to be ineffective when using the commit-and-tag-version command.

I want to ask, does commit-and-tag-version not support customizing the header of the CHANGELOG?

The command I used while using standard-version

{
  "scripts": {
"cmi": "npx commit-and-tag-version --release-as minor --preset gitmoji-config -i docs/CHANGELOG.md --header '# 更新日志'",
"cpa": "npx commit-and-tag-version --release-as patch --preset gitmoji-config -i docs/CHANGELOG.md --header '# 更新日志'"
  },
}

When starting to use commit-and-tag-version, the --header parameter couldn't properly write into the CHANGELOG, hoping to address this issue, thank you!

Version in use: "commit-and-tag-version": "^12.2.0",

@you-hengh you-hengh added the question Further information is requested label Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant