summaryrefslogtreecommitdiffhomepage
path: root/prepare-release.sh
AgeCommit message (Collapse)AuthorFilesLines
2025-02-04Move prepare-release script to android directoryOskar1-113/+0
2025-01-28Bundle a pre-generated relay list instead of generating oneJonatan Rhodin1-0/+9
The android app will try to bundle the relays.json found under dist-assets/relays/ if it exists. Otherwise it will rely on the relay list downloaded by the api. For alpha, beta and stable release builds it is required to have a bundled relays.json file.
2024-12-18Use override in prepare scriptAlbin1-3/+4
2024-12-16Fix incorrect version code generationKalle Lindström1-3/+3
2024-12-09Update to use new Android version format filesKalle Lindström1-2/+4
2024-11-28Support Android app's new version code formatKalle Lindström1-1/+4
2024-11-14Update script and code references to gui-directoryOskar1-2/+3
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