Skip to content

Commit

Permalink
Push changelog to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jun 3, 2022
1 parent 03c9c55 commit 572f551
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ jobs:
echo "::set-output name=build_number::${BUTTERFLY_BUILD_NUMBER}"
git config --global user.email "[email protected]"
git config --global user.name "Linwood CI"
- name: Create changelog
run: |
dart pub get -C tools
dart run tools/set_version.dart --build-number keep --changelog
git add .
git commit -m "Create changelog for ${{ env.BUTTERFLY_VERSION }}"
git push origin
- name: Create tag
run: |
BUTTERFLY_VERSION="${{ env.BUTTERFLY_VERSION }}"
Expand Down Expand Up @@ -177,6 +170,13 @@ jobs:
echo "BUTTERFLY_BUILD_NUMBER=${BUTTERFLY_BUILD_NUMBER}" >> $GITHUB_ENV
git config --global user.email "[email protected]"
git config --global user.name "Linwood CI"
- name: Create changelog
run: |
dart pub get -C tools
dart run tools/set_version.dart --build-number keep --changelog
git add .
git commit -m "Create changelog for ${{ env.BUTTERFLY_VERSION }}"
git push origin
- name: Merge main
run: |
git fetch
Expand Down Expand Up @@ -284,4 +284,4 @@ jobs:
# run: fastlane deploy
# if: ${{ !github.event.inputs.stable }}
# env:
# PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }}
# PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }}
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/25.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
* Fix offset of eraser mask
* Fix loading of templates in old version
* Add reset button in templates
* Ignore invalid templates
* Ignore invalid templates ([#183](https://github.com/LinwoodCloud/Butterfly/issues/183))

1 comment on commit 572f551

@vercel
Copy link

@vercel vercel bot commented on 572f551 Jun 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.