Skip to content

Commit

Permalink
automations
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 2, 2024
1 parent 1a89804 commit ee50be0
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 141 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,10 @@ jobs:
- name: Install Build Tools
run: |
python -m pip install build wheel
- name: Install OSM
run: |
pip install ovos-skills-manager~=0.0.10
- name: Remove alpha (declare stable)
run: |
VER=$(python setup.py --version)
python scripts/remove_alpha.py
- name: Prepare Skillstore metadata
run: |
python scripts/prepare_skillstore.py
python scripts/release_skillstore.py
- name: "Generate release changelog"
uses: heinrichreimer/[email protected]
with:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/publish_major.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,10 @@ jobs:
- name: Install Build Tools
run: |
python -m pip install build wheel
- name: Install OSM
run: |
pip install ovos-skills-manager~=0.0.10
- name: Remove alpha (declare stable)
run: |
VER=$(python setup.py --version)
python scripts/remove_alpha.py
- name: Prepare Skillstore metadata
run: |
python scripts/prepare_skillstore.py
python scripts/release_skillstore.py
- name: "Generate release changelog"
uses: heinrichreimer/[email protected]
with:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/publish_minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,10 @@ jobs:
- name: Install Build Tools
run: |
python -m pip install build wheel
- name: Install OSM
run: |
pip install ovos-skills-manager~=0.0.10
- name: Remove alpha (declare stable)
run: |
VER=$(python setup.py --version)
python scripts/remove_alpha.py
- name: Prepare Skillstore metadata
run: |
python scripts/prepare_skillstore.py
python scripts/release_skillstore.py
- name: "Generate release changelog"
uses: heinrichreimer/[email protected]
with:
Expand Down
76 changes: 0 additions & 76 deletions scripts/prepare_skillstore.py

This file was deleted.

41 changes: 0 additions & 41 deletions scripts/release_skillstore.py

This file was deleted.

6 changes: 3 additions & 3 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_BUILD = 1
VERSION_ALPHA = 3
VERSION_MINOR = 1
VERSION_BUILD = 0
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit ee50be0

Please sign in to comment.