Skip to content

Commit

Permalink
Make sure a new changelog is written for each build
Browse files Browse the repository at this point in the history
Every. Single. Time. I forget to write a changelog and the old one is
used. No longer.
  • Loading branch information
tbodt committed Dec 22, 2020
1 parent dd4dc73 commit 7ef7ce3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/upload-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,10 @@ jobs:
with:
name: Fastlane Logs
path: fastlane.log

- name: Delete changelog
run:
git rm fastlane/changelog.txt
git commit -m "Make sure a new changelog is written for the next build"
git push

9 changes: 0 additions & 9 deletions fastlane/changelog.txt

This file was deleted.

0 comments on commit 7ef7ce3

Please sign in to comment.