Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/rariPublic

ci(build-content-and-diff): diff release PR against previous release#386

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
caugner wants to merge4 commits intomain
base:main
Choose a base branch
Loading
fromrelease-please-diff-against-previous-release
Open
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
test(build-content-and-diff): loosen branch condition temporarily
  • Loading branch information
@caugner
caugner committedNov 20, 2025
commit51adad74fc1c2fd17b7f689611209cf84dd4a58e
2 changes: 1 addition & 1 deletion.github/workflows/build-content-and-diff.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,7 +42,7 @@ jobs:
HEAD_REF: ${{ github.head_ref || github.ref_name }}
PR_BODY: ${{ github.event.pull_request.body }}
run: |
if [[ "$HEAD_REF" == release-please--* ]]; then
if [[ "$HEAD_REF" == release-please-* ]]; then
# Extract previous version from PR body (format: compare/v0.2.1...v0.2.2)
PREV_VERSION=$(echo "$PR_BODY" | grep -o 'compare/v[0-9]\+\.[0-9]\+\.[0-9]\+' | head -n1 | sed 's|compare/||')
if [[ -n "$PREV_VERSION" ]]; then
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp