Closed black7375 closed 2 months ago
Latest commit: 54686cbe584fbaa1968f9747601ec3c5c9fc4ea6
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The workflow configuration for GitHub Actions has been enhanced to include a new "release" job that follows the "fast-forward" job. This change allows for a streamlined deployment process directly tied to pull requests targeting the 'main' branch. The updated workflow now supports automated release creation or package publication, improving efficiency and clarity in the release process.
Files | Change Summary |
---|---|
.github/workflows/fast-forward.yml |
Renamed workflow from "fast-forward" to "fast-forward and release." Added a new job named "release" for handling release processes, including repository checkout and package publishing. |
🐇 In the meadow where code flows bright,
A new job hops in, a joyous sight!
Fast-forwards and releases, all in a dance,
With each pull request, we take a chance.
Hooray for updates, let’s cheer with glee,
For smoother deployments, oh what a spree! 🌼✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Triggered from https://github.com/mincho-js/mincho/pull/70 by @​black7375.
Checking if we can fast forward main
(3db93f706ee39bd4365891e5c8fd25c66609a99f) to publish/css
(54686cbe584fbaa1968f9747601ec3c5c9fc4ea6).
Target branch (main
):
commit 3db93f706ee39bd4365891e5c8fd25c66609a99f (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Thu Aug 15 23:40:10 2024 +0900
Chore: Release workflow #60
Pull request (publish/css
):
commit 54686cbe584fbaa1968f9747601ec3c5c9fc4ea6 (pull_request/publish/css)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Fri Aug 16 00:06:49 2024 +0900
Chore: Combine fast forward and release workflows #69
With fast forward, the on push event on main doesn't work.
It is possible to fast forward main
(3db93f706ee39bd4365891e5c8fd25c66609a99f) to publish/css
(54686cbe584fbaa1968f9747601ec3c5c9fc4ea6). If you have write access to the target repository, you can add a comment with /fast-forward
to fast forward main
to publish/css
.
Triggered from https://github.com/mincho-js/mincho/pull/70#issuecomment-2291498650 by @​coderabbitai[bot].
Trying to fast forward main
(3db93f706ee39bd4365891e5c8fd25c66609a99f) to publish/css
(54686cbe584fbaa1968f9747601ec3c5c9fc4ea6).
Target branch (main
):
commit 3db93f706ee39bd4365891e5c8fd25c66609a99f (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Thu Aug 15 23:40:10 2024 +0900
Chore: Release workflow #60
Pull request (publish/css
):
commit 54686cbe584fbaa1968f9747601ec3c5c9fc4ea6 (pull_request/publish/css)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Fri Aug 16 00:06:49 2024 +0900
Chore: Combine fast forward and release workflows #69
With fast forward, the on push event on main doesn't work.
curl: (3) bad range in URL position 74: https://api.github.com/repos/mincho-js/mincho/collaborators/coderabbitai[bot]/permission ^
Triggered from https://github.com/mincho-js/mincho/pull/70#issuecomment-2291498650 by @​coderabbitai[bot].
Trying to fast forward main
(3db93f706ee39bd4365891e5c8fd25c66609a99f) to publish/css
(54686cbe584fbaa1968f9747601ec3c5c9fc4ea6).
Target branch (main
):
commit 3db93f706ee39bd4365891e5c8fd25c66609a99f (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Thu Aug 15 23:40:10 2024 +0900
Chore: Release workflow #60
Pull request (publish/css
):
commit 54686cbe584fbaa1968f9747601ec3c5c9fc4ea6 (pull_request/publish/css)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Fri Aug 16 00:06:49 2024 +0900
Chore: Combine fast forward and release workflows #69
With fast forward, the on push event on main doesn't work.
curl: (3) bad range in URL position 74: https://api.github.com/repos/mincho-js/mincho/collaborators/coderabbitai[bot]/permission ^
/fast-forward
Triggered from https://github.com/mincho-js/mincho/pull/70#issuecomment-2291505252 by @​black7375.
Trying to fast forward main
(3db93f706ee39bd4365891e5c8fd25c66609a99f) to publish/css
(54686cbe584fbaa1968f9747601ec3c5c9fc4ea6).
Target branch (main
):
commit 3db93f706ee39bd4365891e5c8fd25c66609a99f (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Thu Aug 15 23:40:10 2024 +0900
Chore: Release workflow #60
Pull request (publish/css
):
commit 54686cbe584fbaa1968f9747601ec3c5c9fc4ea6 (pull_request/publish/css)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Fri Aug 16 00:06:49 2024 +0900
Chore: Combine fast forward and release workflows #69
With fast forward, the on push event on main doesn't work.
Fast forwarding main
(3db93f706ee39bd4365891e5c8fd25c66609a99f) to publish/css
(54686cbe584fbaa1968f9747601ec3c5c9fc4ea6).
$ git push origin 54686cbe584fbaa1968f9747601ec3c5c9fc4ea6:main
To https://github.com/mincho-js/mincho.git
3db93f7..54686cb 54686cbe584fbaa1968f9747601ec3c5c9fc4ea6 -> main
Description
With fast forward, the on push event on main doesn't work.
Related Issue
69
Summary by CodeRabbit
Additional context
Checklist