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

Is there a way to have the full commit message included in the changelog? #142

Open
NullVoxPopuli opened this issue Apr 24, 2021 · 2 comments

Comments

@NullVoxPopuli
Copy link

It looks like at the moment release notes are just the commit subject.
Is there a way to use the body as well?

When merging PRs, I'd like to fill out a bunch of details about the change, impact, etc
My current config is just:

"release": {
    "branches": [
      "main",
      "master"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/github",
      "@semantic-release/git"
    ]
  },

@trallnag
Copy link

trallnag commented Sep 1, 2021

Yeah would be nice. Currently the only way to do this is editing the changelog and release after running semantic release.

@trallnag
Copy link

trallnag commented Sep 4, 2021

Question is how the full commit message should be formatted in the changelog. Also every item in the changelog contains a link to the specific commit. So at least with using platforms like GitHub or GitLab you can easily look up the respective commit including the full commit message.

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants