Skip to content

Commit

Permalink
Update combine-prs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauma109 authored Apr 7, 2024
1 parent 2bc8cb4 commit f44a823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/combine-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ jobs:
git clone git@github.com:nbauma109/ecd.git
cd ecd
git checkout '${{ github.event.inputs.combineBranchName }}'
git log | grep -w Bump | grep -w from | grep -w to | cut -d' ' -f6,8,10 | xargs -n3 bash -c 'shopt -s globstar && sed -bi "s/$1-$2/$1-$3/g" **/MANIFEST.MF **/build.properties **/.classpath' sh-replace-in-files
git log | grep -w Bump | grep -w from | grep -w to | tr ':' ' ' | cut -d' ' -f7,9,11 | xargs -n3 bash -c 'shopt -s globstar && sed -bi "s/$1-$2/$1-$3/g" **/MANIFEST.MF **/build.properties **/.classpath' sh-replace-in-files
git commit -a -m "Updated versions in **/MANIFEST.MF **/build.properties"
git push

0 comments on commit f44a823

Please sign in to comment.