Generate changelogs without bumping version
See original GitHub issueAffected Packages
cli
Problem
We’re using a workflow where every (sub)-package in our monorepo utilizes the same version. I thought linked: [['*']]
would cause it to link every package together (similar to how lerna’s versioning locks it), however, this doesn’t seem to work reliably / at all 🤔 (ref https://github.com/atlassian/changesets/issues/570).
The next best thing would be to only rely on changesets
for generating the changelogs, and keep doing the versioning/publishing externally, which seems to be hinted at in the docs, but any real info around this subject is missing (as per https://github.com/atlassian/changesets/issues/593).
Proposed solution
Would be ideal to have a dedicated changeset generate
or changeset prepare
command
Issue Analytics
- State:
- Created 2 years ago
- Reactions:7
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Generating changelog automatically with Standard Version
The Standard Version utility can figure out a proper release version and generate a changelog file for us. To do that, we need...
Read more >How To Automatically Generate A Helpful Changelog From ...
Creating a changelog is a usual task if a new software version is going to be released. It contains all the changes which...
Read more >Automatically generate and release a changelog using Node.js
In this post, you learned how to create an automatic changelog and a semantic versioning-based release using git hooks and Node.js. We created ......
Read more >configuring release-it to bump version before generating ...
the release process is: bump version file (package.json); create changelog using https://github.com/github-changelog-generator/github-changelog- ...
Read more >Is there a way to use standard-version just to update the ...
If you would like Standard Version to only update the changelog and do nothing else, then you can use the skip options provided...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@fivethreeo isn’t the fixed mode that is being implemented here solving your problem? I’m not sure how this is relevant to this thread - unless I’m totally misunderstanding what you are asking for here
Look over all packages, collect changesets, find highest bump type, update those changesets with the bump type and add a changeset to any packages that don’t have one with a «bumped versions» message