forked from github.com/blag
Compare commits
1 Commits
v2.4.2
...
dev-v2.4.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
38a91e0abc
|
@@ -2,8 +2,6 @@ name: CI/CD Pipeline
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
tags:
|
tags:
|
||||||
- "v**"
|
- "v**"
|
||||||
|
|
||||||
@@ -13,10 +11,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: https://gitea.com/actions/checkout@v5
|
||||||
- uses: https://github.com/actions/setup-python@v5
|
- uses: https://gitea.com/actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.12"
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
make venv
|
make venv
|
||||||
|
|||||||
18
CHANGELOG.md
18
CHANGELOG.md
@@ -1,14 +1,22 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
## [2.4.3(Unreleased)] --
|
||||||
|
|
||||||
## [2.4.0] -- 2024-10-26
|
Update workflow
|
||||||
|
|
||||||
|
- change to `gitea.com` for used actons
|
||||||
|
- bump checkout 4 -> 5
|
||||||
|
- bump setup-python 5 -> 6
|
||||||
|
- bump python version 3.11 -> 3.12
|
||||||
|
|
||||||
|
## [2.4.2] -- 2025-09-10
|
||||||
|
|
||||||
|
- Merged original dev's work on v2.3.x into my fork.
|
||||||
|
|
||||||
|
## [2.4.1] -- 2024-10-26
|
||||||
|
|
||||||
* Merged original dev's work on v2.3.x into my fork.
|
* Merged original dev's work on v2.3.x into my fork.
|
||||||
|
|
||||||
## [2.4.0] -- 2024-10-26
|
|
||||||
|
|
||||||
* Merged master (original dev's work) into main (my fork)
|
|
||||||
* update gitea workflow to hopefully build/push any updates made to my fork of blag.
|
* update gitea workflow to hopefully build/push any updates made to my fork of blag.
|
||||||
|
|
||||||
## [2.4.0] -- 2024-09-05
|
## [2.4.0] -- 2024-09-05
|
||||||
|
|||||||
Reference in New Issue
Block a user