Skip to content
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

fix release workflow #102

Merged
merged 4 commits into from
Jun 19, 2023
Merged

fix release workflow #102

merged 4 commits into from
Jun 19, 2023

Conversation

shogo82148
Copy link
Collaborator

The release workflow doesn't work correctly.

+ git config user.name shogo82148
+ git config user.email shogo82148@users.noreply.github.com
++ git rev-parse --abbrev-ref HEAD
+ CURRENT_BRANCH=main
+ echo v1
+ git add .major-version
+ git commit -m 'bump v1'
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean
+ true
+ git push origin main
Everything up-to-date
+ git checkout -b releases/v1 origin/releases/v1
Switched to a new branch 'releases/v1'
branch 'releases/v1' set up to track 'origin/releases/v1'.
+ git merge -X theirs --no-ff -m 'Merge branch '\''main'\'' into releases/v1' main
Merge made by the 'ort' strategy.
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
+ git checkout main -- action.yml
+ perl -i -pe 's(image:\s*["'\'']?Dockerfile["'\'']?)(image: '\''docker://ghcr.io/reviewdog/action-actionlint:v1.37.0'\'')' action.yml
+ git add action.yml
+ git commit -m 'bump v1.37.0'
On branch releases/v1
Your branch is ahead of 'origin/releases/v1' by 5 commits.
  (use "git push" to publish your local commits)

This pull request fixes it.

@github-actions
Copy link

🏷️ [bumpr] Next version:v1.36.1 Changes:v1.36.0...reviewdog:fix-release-workflow

@github-actions
Copy link

🏷️ [bumpr] Next version:v1.37.1 Changes:v1.37.0...reviewdog:fix-release-workflow

@shogo82148 shogo82148 merged commit e98e6ea into main Jun 19, 2023
11 checks passed
@shogo82148 shogo82148 deleted the fix-release-workflow branch June 19, 2023 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant