Skip to content

Commit

Permalink
Improve release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
Voklen committed Apr 7, 2023
1 parent 4617d7d commit 29f0099
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Release checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@
- [ ] git push

- [ ] Release on GitHub
- [ ] Set GitHub tag and title to version number (with 'v' at the start)
- [ ] Set GitHub target branch to releases
- [ ] Copy changelog in to GitHub
- [ ] Attach binaries to GitHub
- [ ] Set GitHub tag and title to version number (with 'v' at the start)
- [ ] Set GitHub target branch to releases
- [ ] Copy changelog in to GitHub
- [ ] Attach binaries to GitHub
- [ ] cp build/app/outputs/flutter-apk/app-release.apk daily_diary.apk
- [ ] cp -r build/linux/x64/release/bundle/ linux/
- [ ] tar -czvf linux.tar.gz linux/
- [ ] rm linux/
- [ ] Publish

0 comments on commit 29f0099

Please sign in to comment.