You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if changelogen had the ability to support an optional "changeset" feature. This would allow automated changelog and release logs to include more detailed information about changes. This information can be written for each PR using a markdown file.
Details :
Here's how this could work :
When making a PR, add a .changelogen/[generated-name].md using the changelogen cli.
In this file, write a markdown description of the change.
When a release is made, the changelogen cli add these changes into each package CHANGELOG.md, and delete the "changesets".
The release text is pre-populated with each "changeset" and can be manually modified.
Proposed Format :
Changeset
---'@nuxt/kit': PRID / commitHash---
Here we can write a more *detailed* change, using markdown formatting.
| 1 | 2 | 3 ||---|---|---|| We | can use | tables |
Changelog with changeset
🚀 Enhancements
- First Change (https://github.com/unjs/changelogen/pull/123)
- Second Change (https://github.com/unjs/changelogen/pull/123)
Here we can write a more *detailed* change, using markdown formatting.| 1 | 2 | 3 ||---|---|---|| We | can use | tables | - Third Change (https://github.com/unjs/changelogen/pull/123))
Related issues
#85 For monorepo support this is able to correctly move the changeset text into each package changelog. #91 This must be connected to pre-releases #104 This must be integrated with a github app/action
Additional information
Would you be willing to help implement this feature?
The content you are editing has changed. Please copy your edits and refresh the page.
Describe the feature
Motivation
It would be great if changelogen had the ability to support an optional "changeset" feature. This would allow automated changelog and release logs to include more detailed information about changes. This information can be written for each PR using a markdown file.
Details :
Here's how this could work :
.changelogen/[generated-name].md
using the changelogen cli.Proposed Format :
Changeset
Changelog with changeset
Related issues
#85 For monorepo support this is able to correctly move the changeset text into each package changelog.
#91 This must be connected to pre-releases
#104 This must be integrated with a github app/action
Additional information
Tasks
The text was updated successfully, but these errors were encountered: