File tree Expand file tree Collapse file tree 9 files changed +48
-57
lines changed
Expand file tree Collapse file tree 9 files changed +48
-57
lines changed Original file line number Diff line number Diff line change 1616 - name : Setup Python
1717 uses : actions/setup-python@v1
1818 with :
19- python-version : 3.8
19+ python-version : " 3.10 "
2020 - name : Install Build Tools
2121 run : |
2222 python -m pip install build wheel
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 steps :
2222 - uses : actions/checkout@v2
2323 with :
24- ref : dev
24+ ref : master
2525 fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
2626 - name : Setup Python
2727 uses : actions/setup-python@v1
2828 with :
29- python-version : 3.8
29+ python-version : " 3.10 "
3030 - name : Install Build Tools
3131 run : |
3232 python -m pip install build wheel
6969 uses : ad-m/github-push-action@master
7070 with :
7171 github_token : ${{ secrets.GITHUB_TOKEN }}
72- branch : dev
72+ branch : dev
Original file line number Diff line number Diff line change 44 pull_request :
55 types : [closed]
66 branches : [dev]
7+ workflow_dispatch :
78
89jobs :
10+
11+ translations :
12+ runs-on : ubuntu-latest
13+ steps :
14+ - name : Check out repository
15+ uses : actions/checkout@v2
16+ with :
17+ ref : dev
18+ fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
19+ - name : Setup Python
20+ uses : actions/setup-python@v1
21+ with :
22+ python-version : " 3.11"
23+
24+ - name : Sync translations by gitlocalize-app[bot]
25+ run : |
26+ python scripts/sync_translations.py
27+
28+ - name : Commit to dev
29+ uses : stefanzweifel/git-auto-commit-action@v4
30+ with :
31+ commit_message : Update translations
32+ branch : dev
33+
934 publish_alpha :
10- if : github.event.pull_request.merged == true
35+ needs : translations
1136 uses : TigreGotico/gh-automations/.github/workflows/publish-alpha.yml@master
1237 secrets : inherit
1338 with :
4671 - name : Setup Python
4772 uses : actions/setup-python@v1
4873 with :
49- python-version : 3.8
74+ python-version : " 3.11 "
5075 - name : Install Build Tools
5176 run : |
5277 python -m pip install build wheel
@@ -56,12 +81,11 @@ jobs:
5681 - name : Build Distribution Packages
5782 run : |
5883 python setup.py sdist bdist_wheel
59- - name : Publish to Test PyPI
84+ - name : Publish to PyPI
6085 uses : pypa/gh-action-pypi-publish@master
6186 with :
6287 password : ${{secrets.PYPI_TOKEN}}
6388
64-
6589 propose_release :
6690 needs : publish_alpha
6791 if : success() # Ensure this job only runs if the previous job succeeds
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 0.5.10a1 ] ( https://github.com/OpenVoiceOS/ovos-skill-application-launcher/tree/0.5.10a1 ) (2024-12-02 )
3+ ## [ 0.5.11a2 ] ( https://github.com/OpenVoiceOS/ovos-skill-application-launcher/tree/0.5.11a2 ) (2025-03-26 )
44
5- [ Full Changelog] ( https://github.com/OpenVoiceOS/ovos-skill-application-launcher/compare/V0 .5.9 ...0.5.10a1 )
5+ [ Full Changelog] ( https://github.com/OpenVoiceOS/ovos-skill-application-launcher/compare/0 .5.11a1 ...0.5.11a2 )
66
77** Merged pull requests:**
88
9- - import galician and basque translations [ \# 51 ] ( https://github.com/OpenVoiceOS/ovos-skill-application-launcher/pull/51 ) ([ JarbasAl ] ( https://github.com/JarbasAl ) )
9+ - updating German translation [ \# 55 ] ( https://github.com/OpenVoiceOS/ovos-skill-application-launcher/pull/55 ) ([ gitlocalize-app [ bot ]] ( https://github.com/apps/gitlocalize-app ) )
1010
11- ## [ V0 .5.9 ] ( https://github.com/OpenVoiceOS/ovos-skill-application-launcher/tree/V0 .5.9 ) (2024-12-02 )
11+ ## [ 0 .5.11a1 ] ( https://github.com/OpenVoiceOS/ovos-skill-application-launcher/tree/0 .5.11a1 ) (2025-01-25 )
1212
13- [ Full Changelog] ( https://github.com/OpenVoiceOS/ovos-skill-application-launcher/compare/0.5.9...V0.5.9 )
13+ [ Full Changelog] ( https://github.com/OpenVoiceOS/ovos-skill-application-launcher/compare/0.5.10...0.5.11a1 )
14+
15+ ** Merged pull requests:**
16+
17+ - fix automations [ \# 53] ( https://github.com/OpenVoiceOS/ovos-skill-application-launcher/pull/53 ) ([ JarbasAl] ( https://github.com/JarbasAl ) )
1418
1519
1620
Original file line number Diff line number Diff line change 1- beende {application
21beende {application}
32schließe {application}
4- {Anwendung } beenden
3+ {application } beenden
54{application} schließen
Original file line number Diff line number Diff line change 11lasse {application} laufen
22starte {application}
3+ {application} starten
34öffne {application}
Original file line number Diff line number Diff line change 11{
22 "launch.intent" : [
3- " starte {application}" ,
3+ " starte {application}\n {application} starten " ,
44 " öffne {application}" ,
55 " lasse {application} laufen"
66 ],
77 "close.intent" : [
88 " schließe {application}" ,
99 " beende {application}" ,
1010 " {application} schließen" ,
11- " beende {application" ,
12- " {Anwendung } beenden"
11+ " beende {application} " ,
12+ " {application } beenden"
1313 ]
1414}
Original file line number Diff line number Diff line change 11# START_VERSION_BLOCK
22VERSION_MAJOR = 0
33VERSION_MINOR = 5
4- VERSION_BUILD = 10
5- VERSION_ALPHA = 0
4+ VERSION_BUILD = 11
5+ VERSION_ALPHA = 2
66# END_VERSION_BLOCK
You can’t perform that action at this time.
0 commit comments