-
Notifications
You must be signed in to change notification settings - Fork 59
chore(main): release 3.1.0 #404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c8656ee
to
c783c27
Compare
Okay - finally figured out my error, but that is fixed now. Now it is in proper order. It only remains to use the right token, but GITHUB_TOKEN is the wrong one - it would prevent from running the other workflows whenever a new PR is created/updated by release-please |
Oh, btw: my suggestion would be to create a service user (e.g. |
c783c27
to
8f589f9
Compare
Great, good job. 👍
Hmm, are you sure, Yeah, a service user would work, but maybe we can avoid the "hassle", and directly use the "bot user" already provided by GitHub? |
Well, technically there is no "wrong one" - the limitation is, that release-please would create a pull request, but none of our CI would run, since GitHub does not trigger action execution when the action was done by an automatically provisioned token: https://github.com/googleapis/release-please-action?tab=readme-ov-file#github-credentials Since we want to run both the CI and goreleaser when the release PR is merged, the token needs to be one that is not |
Ah, I didn't know that, it wouldn't allow to trigger action with this token. |
Awesome! Thanks for that! Do you have any idea or already-existing pattern for handling access to the bot account should you not be around? I'm just trying to make sure we have a future-proof setup not relying on a singular person. |
I don't know, I'm up to do something for this. |
🤖 I have created a release beep boop
3.1.0 (2025-01-06)
Features
.editorconfig-checker.json
config (#375) (cb0039c)Bug Fixes
.ecrc
deprecation warning (#389) (d33b81c)SpacesAftertabs
=>SpacesAfterTabs
(#386) (25e3542)This PR was generated with Release Please. See documentation.