Commit Graph

98 Commits

Author SHA1 Message Date
6b4016177f chore(changelog): update changelog for v2.0.3
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 5s
v2.0.3
2025-07-04 09:43:50 +00:00
33c5c71923 chore(version): bump version to 2.0.3
All checks were successful
Auto Changelog & Release / release (push) Successful in 9s
2025-07-04 11:43:40 +02:00
8df31fb97e refactor(action): simplify composite action structure
- Replaces custom with-post-step logic with Node.js-based implementation
- Consolidates main and post scripts for clarity and maintainability
- Updates descriptions and input definitions for improved readability
2025-07-04 11:43:25 +02:00
5abdff1d1c chore(changelog): update changelog for v2.0.2
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 5s
v2.0.2
2025-07-04 09:35:24 +00:00
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
5771982931 chore(changelog): update changelog for v2.0.1
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 4s
v2.0.1
2025-07-04 09:32:27 +00:00
2df09c467e chore(version): bump version to 2.0.1
All checks were successful
Auto Changelog & Release / release (push) Successful in 8s
2025-07-04 11:32:16 +02:00
09e41744fb feat(workflows): allow non-main branch releases
- Updates the release action version for compatibility
- Adds support for releasing from non-main branches
2025-07-04 11:32:10 +02:00
e12595d0a8 chore(changelog): update unreleased changelog 2025-07-04 09:28:58 +00:00
4254a7f534 chore(version): update version to 2.0.0
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
2025-07-04 11:28:44 +02:00
543b311d1e feat(actions): add post-step support for composite actions 2025-07-04 11:28:36 +02:00
313ace34fe chore(changelog): update changelog for v0.4.3
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 5s
v0 v0.4.3
2025-06-29 12:18:09 +00:00
df2ba3b060 chore(version): bump version to 0.4.3
All checks were successful
Auto Changelog & Release / release (push) Successful in 8s
2025-06-29 14:18:02 +02:00
27ee1746db fix(script): use dynamic branch name for git push 2025-06-29 14:18:02 +02:00
03add717be chore(changelog): update changelog for v0.4.2
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 4s
v0.4.2
2025-06-29 12:13:42 +00:00
01986944f0 chore(version): bump version to 0.4.2
All checks were successful
Auto Changelog & Release / release (push) Successful in 8s
2025-06-29 14:13:34 +02:00
c25b2e9cd5 fix(action): update conditions for version detection
- Remove branch-specific checks from conditional statements
- Simplify logic for changelog generation and release steps
- Ensure consistent behavior regardless of branch context
2025-06-29 14:13:34 +02:00
f44f457e6b chore(changelog): update changelog for v0.4.1
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 4s
v0.4.1
2025-06-29 12:11:27 +00:00
169d9ec4db chore(version): bump to 0.4.1
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
2025-06-29 14:11:17 +02:00
cbcd5e2ab7 fix(action): standardize input key naming
- Update input key from `allow-non-main-release` to `allow_non_main_release`
- Ensure consistency with environment variable naming convention
2025-06-29 14:11:17 +02:00
ef3ac462ba chore(changelog): update changelog for v0.4.0
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 4s
v0.4.0
2025-06-29 12:10:01 +00:00
d27a0cbd80 chore(version): bump version to 0.4.0
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
2025-06-29 14:09:47 +02:00
1d9659b6df feat(action): add support for non-main branch releases
- Introduce an input to allow releases from non-main branches
- Update logic to conditionally permit version checks outside 'main'
2025-06-29 14:09:24 +02:00
40ca5c987d chore(changelog): update changelog for v0.3.6
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 4s
v0.3.6
2025-06-29 11:52:17 +00:00
d8700af97d chore(version): bump version to 0.3.6
All checks were successful
Auto Changelog & Release / release (push) Successful in 8s
2025-06-29 13:52:08 +02:00
856565d87f revert: integrate gha-timer for step timing
This reverts commit e5f5084931.
2025-06-29 13:52:08 +02:00
6b937d6408 chore(changelog): update changelog for v0.3.5
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 5s
v0.3.5
2025-06-29 11:49:27 +00:00
d11131d9b2 chore(version): bump version to 0.3.5
All checks were successful
Auto Changelog & Release / release (push) Successful in 8s
2025-06-29 13:49:17 +02:00
e5f5084931 feat(action): integrate gha-timer for step timing
- Adds gha-timer to measure and log execution time for steps
- Improves visibility into step outcomes with success/failure logging
- Enhances debugging and performance analysis capability
2025-06-29 13:49:17 +02:00
5eafa06477 chore(changelog): update unreleased changelog 2025-06-29 11:42:15 +00:00
039a14a473 revert: improve CI readability with grouped git setup logs
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
This reverts commit 8a3960ad87.
2025-06-29 13:41:47 +02:00
36e60c24ac chore(changelog): update changelog for v0.3.4
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 5s
v0.3.4
2025-06-29 11:39:46 +00:00
525d8bfc44 chore(version): bump to 0.3.4
All checks were successful
Auto Changelog & Release / release (push) Successful in 9s
2025-06-29 13:39:35 +02:00
a4ff409fd8 chore(workflows): update action to specific version
- Updates the auto-changelog-release-action to version 0.3.0
- Ensures compatibility and stability by pinning the action version
2025-06-29 13:39:21 +02:00
b6151b793d chore(version): bump to 0.3.3
Some checks failed
Auto Changelog & Release / release (push) Failing after 3s
2025-06-29 13:38:23 +02:00
374f30a502 chore(scripts): update file permissions to executable 2025-06-29 13:38:23 +02:00
70ae9ebc85 chore(changelog): update changelog for v0.3.2
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 5s
v0.3.2
2025-06-29 11:35:54 +00:00
94d69f193a chore(version): bump to 0.3.2
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
2025-06-29 13:35:46 +02:00
b75e412192 refactor(action): simplify script invocation syntax
- Replaces redundant `bash` prefix with direct script execution
- Improves readability and reduces command verbosity
2025-06-29 13:35:46 +02:00
06d36e5aba chore(changelog): update changelog for v0.3.1
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 4s
v0.3.1
2025-06-29 11:30:07 +00:00
734002a8f1 chore(version): bump version to 0.3.1
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
2025-06-29 13:29:59 +02:00
8a3960ad87 chore(scripts): improve CI readability with grouped git setup logs
- Add start and end log groups for git setup to enhance CI visibility
- Ensure log groups close on error for better debugging in pipelines
2025-06-29 13:29:59 +02:00
518d1a2055 chore(changelog): update changelog for v0.3.0
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 6s
v0.3.0
2025-06-20 14:13:08 +00:00
eadc2ebc63 chore(version): bump to 0.3.0
All checks were successful
Auto Changelog & Release / release (push) Successful in 8s
2025-06-20 16:12:58 +02:00
522689977f feat(script): enhance git-cliff installer with jq support
- Add jq as a required dependency for JSON parsing
- Replace grep/sed with jq for improved readability and reliability
- Handle errors more gracefully when fetching release info or assets
2025-06-20 16:12:38 +02:00
5c8f734acc chore(changelog): update unreleased changelog 2025-06-14 18:55:13 +00:00
380b9ad81a chore(pr): add default merge template for pull requests
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
- Introduces a default merge message template for pull requests
- Standardizes merge commit messages with placeholders for PR details
2025-06-14 20:55:03 +02:00
79d7c5a7ee chore(workflows): update release action version
- Switches release action reference from `main` to `v0` for stability
2025-06-14 20:55:03 +02:00
75df670db7 chore(changelog): update changelog for v0.2.3
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 4s
v0.2.3
2025-06-14 17:56:14 +00:00