mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 16:07:58 -06:00
feat: add changelogs, update old changelogs, update build scripts
This commit is contained in:
1
.github/workflows/create-github-release.yml
vendored
1
.github/workflows/create-github-release.yml
vendored
@@ -45,6 +45,7 @@ jobs:
|
||||
- name: Get packages and run codegen
|
||||
run: |
|
||||
bash install_dependencies.sh
|
||||
bash update_changelogs.sh
|
||||
working-directory: scripts
|
||||
|
||||
- name: Setup Fastlane
|
||||
|
||||
1
.github/workflows/create_release.yml
vendored
1
.github/workflows/create_release.yml
vendored
@@ -58,6 +58,7 @@ jobs:
|
||||
- name: Get packages and run codegen
|
||||
run: |
|
||||
bash install_dependencies.sh
|
||||
bash update_changelogs.sh
|
||||
working-directory: scripts
|
||||
|
||||
- name: Setup Fastlane
|
||||
|
||||
@@ -52,6 +52,7 @@ jobs:
|
||||
- name: Get packages and run codegen
|
||||
run: |
|
||||
bash install_dependencies.sh
|
||||
bash update_changelogs.sh
|
||||
working-directory: scripts
|
||||
|
||||
- name: Setup Fastlane
|
||||
|
||||
Reference in New Issue
Block a user