question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Maintainace: replace `semantic-release` with `changesets`

See original GitHub issue

https://github.com/prettier/prettier-eslint-cli/pull/438#issuecomment-1213598375

Using semantic-release is really a bad experience to me these days…

#437 #439 #440

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.

cc @kylemh @idahogurl

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

4reactions
zimmecommented, Aug 24, 2022

I was able to install changeset-bot to this repo and prettier-eslint and you’ve been added to the npm packages too @JounQin.

1reaction
JounQincommented, Aug 23, 2022

@idahogurl

your commit message will cause a bump. I’m going to switch my extension repo’s to use it.

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found