mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 10:53:37 +00:00
Merge branch 'main' into develop
This commit is contained in:
21
.github/workflows/release.yml
vendored
21
.github/workflows/release.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
|||||||
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
|
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
|
||||||
- name: Cleanup translations
|
- name: Cleanup translations
|
||||||
id: cleanup-transactions
|
id: cleanup-transactions
|
||||||
uses: JC5/firefly-iii-dev@v34
|
uses: JC5/firefly-iii-dev@v36
|
||||||
with:
|
with:
|
||||||
action: 'ff3:crowdin-warning'
|
action: 'ff3:crowdin-warning'
|
||||||
output: ''
|
output: ''
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
GH_TOKEN: ''
|
GH_TOKEN: ''
|
||||||
- name: Cleanup changelog
|
- name: Cleanup changelog
|
||||||
id: cleanup-changelog
|
id: cleanup-changelog
|
||||||
uses: JC5/firefly-iii-dev@v34
|
uses: JC5/firefly-iii-dev@v36
|
||||||
with:
|
with:
|
||||||
action: 'ff3:changelog'
|
action: 'ff3:changelog'
|
||||||
output: ''
|
output: ''
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
GH_TOKEN: ${{ secrets.CHANGELOG_TOKEN }}
|
GH_TOKEN: ${{ secrets.CHANGELOG_TOKEN }}
|
||||||
- name: Extract changelog
|
- name: Extract changelog
|
||||||
id: extract-changelog
|
id: extract-changelog
|
||||||
uses: JC5/firefly-iii-dev@v34
|
uses: JC5/firefly-iii-dev@v36
|
||||||
with:
|
with:
|
||||||
action: 'ff3:extract-changelog'
|
action: 'ff3:extract-changelog'
|
||||||
output: 'output'
|
output: 'output'
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
GH_TOKEN: ""
|
GH_TOKEN: ""
|
||||||
- name: Replace version
|
- name: Replace version
|
||||||
id: replace-version
|
id: replace-version
|
||||||
uses: JC5/firefly-iii-dev@v34
|
uses: JC5/firefly-iii-dev@v36
|
||||||
with:
|
with:
|
||||||
action: 'ff3:version'
|
action: 'ff3:version'
|
||||||
output: ''
|
output: ''
|
||||||
@@ -88,7 +88,7 @@ jobs:
|
|||||||
FF_III_VERSION: ${{ github.event_name == 'schedule' && 'develop' || github.event.inputs.version }}
|
FF_III_VERSION: ${{ github.event_name == 'schedule' && 'develop' || github.event.inputs.version }}
|
||||||
- name: Generate JSON v1
|
- name: Generate JSON v1
|
||||||
id: json-v1
|
id: json-v1
|
||||||
uses: JC5/firefly-iii-dev@v34
|
uses: JC5/firefly-iii-dev@v36
|
||||||
with:
|
with:
|
||||||
action: 'ff3:json-translations v1'
|
action: 'ff3:json-translations v1'
|
||||||
output: ''
|
output: ''
|
||||||
@@ -97,7 +97,7 @@ jobs:
|
|||||||
GH_TOKEN: ''
|
GH_TOKEN: ''
|
||||||
- name: Generate JSON v2
|
- name: Generate JSON v2
|
||||||
id: json-v2
|
id: json-v2
|
||||||
uses: JC5/firefly-iii-dev@v34
|
uses: JC5/firefly-iii-dev@v36
|
||||||
with:
|
with:
|
||||||
action: 'ff3:json-translations v2'
|
action: 'ff3:json-translations v2'
|
||||||
output: ''
|
output: ''
|
||||||
@@ -106,7 +106,7 @@ jobs:
|
|||||||
GH_TOKEN: ''
|
GH_TOKEN: ''
|
||||||
- name: Code cleanup
|
- name: Code cleanup
|
||||||
id: code-cleanup
|
id: code-cleanup
|
||||||
uses: JC5/firefly-iii-dev@v34
|
uses: JC5/firefly-iii-dev@v36
|
||||||
with:
|
with:
|
||||||
action: 'ff3:code'
|
action: 'ff3:code'
|
||||||
output: ''
|
output: ''
|
||||||
@@ -120,7 +120,7 @@ jobs:
|
|||||||
npm run build
|
npm run build
|
||||||
- name: Build old JS
|
- name: Build old JS
|
||||||
id: old-js
|
id: old-js
|
||||||
uses: JC5/firefly-iii-dev@v34
|
uses: JC5/firefly-iii-dev@v36
|
||||||
with:
|
with:
|
||||||
action: 'ff3:old-js'
|
action: 'ff3:old-js'
|
||||||
output: ''
|
output: ''
|
||||||
@@ -141,6 +141,11 @@ jobs:
|
|||||||
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
||||||
git config advice.addIgnoredFile false
|
git config advice.addIgnoredFile false
|
||||||
|
|
||||||
|
# update composer (again)
|
||||||
|
composer validate --strict
|
||||||
|
composer update --no-dev --no-scripts --no-plugins
|
||||||
|
composer dump-autoload
|
||||||
|
|
||||||
releaseName=$version
|
releaseName=$version
|
||||||
zipName=FireflyIII-$version.zip
|
zipName=FireflyIII-$version.zip
|
||||||
tarName=FireflyIII-$version.tar.gz
|
tarName=FireflyIII-$version.tar.gz
|
||||||
|
Reference in New Issue
Block a user