changesets / action

682 stars 242 forks source link

How can I automate version updates and releases? #367

Open guotingchao opened 5 months ago

guotingchao commented 5 months ago

https://github.com/guotingchao/nest-tencent-cloud-sdk/tree/main/.github/workflows

This is my workflow

I've found that the only thing I can do at the moment is to either Create a new version of the PR or then manually trigger an update release

Does anyone know how to get this to work properly please?

Because after I merge the changeset-release/main branch to the main branch, no matter what, I can't trigger the new process, I tried pull_request push but it doesn't work as expected.

Thank you for your help.