-
-
Notifications
You must be signed in to change notification settings - Fork 836
chore(deps): update changesets/action action to v1.5.0 #3179
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
|
✅ Deploy Preview for astro-starlight ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
size-limit report 📦
|
HiDeoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This new version introduces a new option to use the GitHub API to push tags and commits. Ultimately, this change enables GPG signing without manual configuration of keys.
The option is opt-in, we don't require signed commits at the moment on the repo, so updating the action without enabling the new option looks good to me.
* main: (151 commits) i18n(fr): update slot translation and update Astro Docs links (withastro#3196) i18n(ko-KR): update `plugins.mdx` (withastro#3197) i18n(fr): update `resources/plugins` (withastro#3195) chore(deps): update changesets/action action to v1.5.2 (withastro#3191) docs(plugins) Add a link to starlight-scroll-to-top plugin (withastro#3194) [ci] format docs(showcase): add fluid-dnd showcase (withastro#3193) [ci] format Cookie API website for Showcase (withastro#3188) chore(deps): update changesets/action action to v1.5.1 (withastro#3187) [ci] format add showcase sonar (withastro#3183) [ci] release (withastro#3166) Prevent heading anchor links on non-Starlight content (withastro#3181) i18n(de): update `css-and-tailwind.mdx` (withastro#3174) chore(deps): update changesets/action action to v1.5.0 (withastro#3179) i18n(ko-KR): update Korean UI strings (withastro#3168) i18n(fr): update `guides/css-and-tailwind.mdx` (withastro#3173) i18n(ko-KR): update `css-and-tailwind.mdx` (withastro#3172) docs: update Tailwind manual installation instructions (withastro#3170) ...

This PR contains the following updates:
v1.4.10->v1.5.0Release Notes
changesets/action (changesets/action)
v1.5.0Compare Source
Minor Changes
#391
207dc3dThanks @s0! - Introduce a new inputcommitModethat allows using the GitHub API for pushing tags and commits instead of the Git CLI.When used with
"github-api"value all tags and commits will be attributed to the user whose GITHUB_TOKEN is used, and also signed using GitHub's internal GPG key.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.