Skip to content

Commit

Permalink
update instructions for release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
ialokim authored and grote committed May 26, 2021
1 parent b4a8fb3 commit d73b77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Here are the steps to follow when preparing a new release. Please check the foll
* [ ] add newly supported languages to the two arrays in [`app/src/main/res/values/arrays.xml`](https://github.com/grote/Transportr/blob/master/app/src/main/res/values/arrays.xml#L16)
* [ ] revise the commits to `master` since the last release and add interesting changes (as well as new languages) to the changelog at [`app/src/main/res/xml/changelog_master.xml`](https://github.com/grote/Transportr/blob/master/app/src/main/res/xml/changelog_master.xml), then run `python3 ./fastlane/generate_changelog.py`
* [ ] bump the [`versionCode`](https://github.com/grote/Transportr/blob/master/app/build.gradle#L14) and [`versionName`](https://github.com/grote/Transportr/blob/master/app/build.gradle#L15) in `app/build.gradle`
* [ ] add a last commit updating all dependencies right after the release
* [ ] file another PR updating all dependencies which should be merged *after* the successful release

Please also refer to #689 as an example.

0 comments on commit d73b77b

Please sign in to comment.