2 Commits

Author SHA1 Message Date
ec44bde050 chore(version): bump version to 2.0.2
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
- Updates version number from 2.0.1 to 2.0.2
2025-07-04 11:35:16 +02:00
30f83b08ee refactor(actions): simplify action path structure
- Relocates action files to a flat directory structure
- Updates references to the new paths for better organization
2025-07-04 11:35:16 +02:00
4 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
2.0.1
2.0.2

View File

@@ -19,7 +19,7 @@ runs:
steps:
- id: detect
name: Detect version change + queue post work
uses: ./.gitea/actions/with-post-step
uses: ./with-post-step
with:
key: AUTOCHANGELOG
#################### MAIN ####################