Skip to content

Commit

Permalink
Improve tagMe
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Mar 20, 2024
1 parent efa4d39 commit c4ffced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tagMe
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ grep "$TAG" README.md \
git checkout $targetBranch \
&& git pull \
&& perl -i -p -e 's/(?<=logToCheckStyle\@).*/'"$TAG"'/' "${FILES[@]}" \
&& ( git commit -a -m "Update version" || 1 ) \
&& git rebase --onto $sourceBranch \
&& git push -f \
&& git checkout $sourceBranch
Expand Down

0 comments on commit c4ffced

Please sign in to comment.