summaryrefslogtreecommitdiffhomepage
path: root/prepare-release.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-04-10Use android changelog in release scriptAlbin1-1/+1
2024-02-02Fix `shellcheck` lints of our various bash scriptsSebastian Holmin1-1/+1
The following lints have been fixed: SC2046,SC2086,SC2068,SC2148,SC2007,SC2004,SC2006, SC2164,SC2145,SC1091,SC2034,SC2155.
2022-10-10Make Visual Studio/C++ projects fetch version.h from mullvad-versionLinus Färnstrand1-7/+9
2022-10-10Update prepare-release.sh to not commit files we no longer changeLinus Färnstrand1-29/+0
2022-09-27Make separate commits for Android and desktop releasesDavid Lönnhager1-6/+15
2022-09-27Correct logged tag in the prepare release scriptDavid Lönnhager1-2/+4
2022-09-27Detect Android changelog correctly in the prepare release scriptDavid Lönnhager1-1/+7
2022-02-21Make gui/changes.txt include instructions on how to fill itLinus Färnstrand1-0/+5
2022-01-05Migrade gradle scripts to kotlin/ktsAlbin1-1/+1
2021-12-30Remove `+stable` from cargo args. Build with default toolchainLinus Färnstrand1-1/+1
2021-12-20Fix path to gradle file in versioning scriptsAlbin1-1/+1
Fixes the path to the gradle file used to handle versioning. The issue was instroduced when the project/app module were split in the following commit: f249bc175d21c3f732541266be9004700a913487
2021-11-30Correctly check for undefined variable in prepare-releaseLinus Färnstrand1-2/+1
2021-06-09Fix broken prepare_release.sh. Don't pass args to env.shLinus Färnstrand1-1/+1
2021-03-22Make version-metadat.sh coolerLinus Färnstrand1-1/+4
2021-03-22Rename prepare_release.sh -> prepare-release.shLinus Färnstrand1-0/+100