Maintainace: replace `semantic-release` with `changesets`
See original GitHub issuehttps://github.com/prettier/prettier-eslint-cli/pull/438#issuecomment-1213598375
Using semantic-release
is really a bad experience to me these days…
We must be very careful to draft the commit message, and we have no way to reverse.
changesets
is much easier to use and to change after committing or merging, we will just focus the changesets files, rather than a single commit message carefully.
Issue Analytics
- State:
- Created a year ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Publishing maintenance releases - Semantic Release - GitBook
Publishing maintenance releases. This recipe will walk you through a simple example that uses Git branches and distribution channels to publish fixes and ......
Read more >changesets - npm Package Health Analysis - Snyk
An important project maintenance signal to consider for changesets is that it hasn't seen any new versions released to npm in the past...
Read more >Ditching manual releases with Changesets - Dimitrios Lytras
The goal is simple. We want to build a library without having to manually: Update the version; Update the changelog; Create a new...
Read more >Learning to Use Semantic-Release the Hard Way
Our CI/CD pipeline ran in Jenkins. For each release there were some manual steps, including updating both the package version and the change-log ......
Read more >Adopting Changesets for release and changelog automation
When working on Open Source Software (OSS), documentation is a crucial part of the project. It helps to ease adoption by providing in-depth ......
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
I was able to install changeset-bot to this repo and prettier-eslint and you’ve been added to the npm packages too @JounQin.
@idahogurl
It’s not how changesets work, changesets are based on changesets files, not commit message. We’re about to control the whole release flow before we finally merge the PR created by action-bot.