Alexey Alekhin

Results 157 comments of Alexey Alekhin

> This bug has been fixed in Foundry376/Mailspring @andrewalexander you should be aware that there is another fork: https://github.com/nylas-mail-lives/nylas-mail and I think that this problem was solved there too, but...

`auto release` is not the command you want. It only publishes release notes as a GitHub release. Try running `auto shipit --dry-run`.

So your project doesn't have any tags and you're running these commands from the master/main branch, right? Try also running `auto info`, what does it show?

Hi! What is the current state of Auto with respect to this thread? Is it possible to publish more than one thing from the same release? > since each package...

Another observation: if I remove the `docker` plugin, version bump works like this: `v0` + `major` bump = `v1.0.0`. Which sort of makes sense, but isn't what I wanted. In...

> How about setting "default: true" on the major label? Then auto would only ever do major bumps and your version would always be something like 1.0.0. Does that work...

Could you clarify what are the "changeset files"?

Relevant item on the GitHub Roadmap: https://github.com/github/roadmap/issues/467

There is a new CLI tool: https://github.com/kitlangton/scala-update It's not as thorough as Scala Steward, but it partially solves this use case.

Just send a pull-request adding your tool to the list. And if it's awesome enough (from the moderator point of view), it'll get merged. Probably this repository should have a...