Commit Graph

113 Commits

Author SHA1 Message Date
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
4122b99eba chore(version): bump version to 0.2.3
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
2025-06-14 19:56:06 +02:00
5d42ea9ddb fix(script): adjust GIT_AUTHOR_DATE format for compatibility
- Updates GIT_AUTHOR_DATE to use Unix timestamp format for consistency
  and improved compatibility with systems parsing date formats.
2025-06-14 19:56:06 +02:00
73badf986b chore(changelog): update changelog for v0.2.2
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 4s
v0.2.2
2025-06-14 17:53:17 +00:00
2ab0da2e14 chore(version): bump version to 0.2.2
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
2025-06-14 19:53:07 +02:00
35eff4400f chore(changelog): update unreleased changelog 2025-06-14 17:50:38 +00:00
041d7e9a8a refactor(scripts): standardize scripts and improve readability
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
- Removed unnecessary comments and adjusted formatting for clarity
- Translated German comments, logs, and error messages to English
- Improved consistency in variable naming and messages across scripts
- Enhanced error handling and output for better user feedback
2025-06-14 19:50:28 +02:00
bb27eccc86 chore(changelog): update unreleased changelog 2025-06-14 17:39:28 +00:00
212e8c6a49 feat(scripts): validate git configuration during setup
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
- Updates default email domain to prevent misuse
- Adds checks to ensure git author name and email are set correctly
- Improves reliability of git configuration setup
2025-06-14 19:39:22 +02:00
bbdd116645 chore(changelog): update changelog for v0.2.1
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 4s
v0.2.1
2025-06-14 17:23:50 +00:00
bad396a5ff chore(version): bump version to 0.2.1
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
2025-06-14 19:23:41 +02:00
69a28efe62 chore(changelog): update unreleased changelog 2025-06-14 17:23:10 +00:00
3839fd8de0 chore(version): bump version to 0.2.0
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
- Updates version number from 0.1.3 to 0.2.0 in preparation for release
2025-06-14 19:21:34 +02:00
29243bd673 feat(release): add retry logic for release creation
- Introduces a `create_release` function with retry logic to handle
  transient failures during release creation.
- Improves error handling and logging for better debugging.
- Adjusts changelog parsing and workflow steps for clarity and
  robustness.
2025-06-14 19:21:34 +02:00
ad1f85e1f7 chore(changelog): update changelog for v0.1.3
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 3s
v0.1.3
2025-06-14 17:12:44 +00:00
03674e57c3 chore(version): bump version to 0.1.3
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
2025-06-14 19:12:35 +02:00
c20d53cf61 chore(changelog): update unreleased changelog 2025-06-14 17:12:24 +00:00
79921dd636 fix(workflows): configure Git user in major tag creation
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
- Adds Git user configuration to ensure correct author information
  during major tag creation workflow.
- Helps avoid potential issues with missing author details.
2025-06-14 19:12:07 +02:00
b20b8688c1 chore(version): bump version to 0.1.2
Some checks failed
Auto Changelog & Release / release (push) Successful in 6s
Create Major Version Tag / update-major-tag (release) Failing after 3s
v0.1.2
2025-06-14 19:10:54 +02:00
5744c8bdc0 chore(changelog): update changelog for v0.1.1 2025-06-14 17:08:33 +00:00
bb97a9b57a chore(version): bump version to 0.1.1
Some checks failed
Auto Changelog & Release / release (push) Failing after 6s
2025-06-14 19:08:22 +02:00
9a0586653a feat(workflows): add workflow to create major version tags
- Introduces a GitHub Actions workflow to manage major version tags
- Automates deriving and updating the major tag upon release publication
- Improves release consistency and simplifies tag management
2025-06-14 19:08:16 +02:00
f585fd6bf6 chore(changelog): update unreleased changelog 2025-06-14 17:03:51 +00:00
043a01c2ba chore(workflows): update action to main branch
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
- Switches auto-changelog-release-action from v0 to main branch
- Ensures the latest updates are used for the release workflow
2025-06-14 19:03:41 +02:00
9a0d65b8eb chore(workflows): update action version in release workflow
Some checks failed
Auto Changelog & Release / release (push) Failing after 1s
- Updates the action version from `main` to `v0` for better stability.
- Ensures consistent behavior during the release process.
2025-06-14 19:01:30 +02:00
dc66401240 chore(changelog): update changelog for v0.1.0 v0.1.0 2025-06-14 17:00:20 +00:00
ed3e432599 chore(version): add initial version file
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
- Introduces a VERSION file to track the project's version.
- Sets the initial version to 0.1.0.
2025-06-14 19:00:12 +02:00
1e60541d31 chore(changelog): update unreleased changelog 2025-06-14 16:59:31 +00:00
067149548b feat(config): update remote repository details in cliff.toml
All checks were successful
Auto Changelog & Release / release (push) Successful in 5s
- Change owner to "actions" and repository to "auto-changelog-release-action"
- Aligns configuration with new repository structure or usage
2025-06-14 18:59:24 +02:00
04dd7d5159 chore(changelog): update unreleased changelog 2025-06-14 16:58:51 +00:00
e5bddac748 chore(config): add git-cliff configuration for changelog generation
All checks were successful
Auto Changelog & Release / release (push) Successful in 5s
- Introduces a default configuration file for git-cliff
- Configures changelog templates, commit parsers, and postprocessors
- Enables conventional commits and filters unconventional commits
- Adds Gitea-specific remote settings for repository details
2025-06-14 18:58:44 +02:00
8e5333a756 chore(changelog): update unreleased changelog 2025-06-14 16:58:06 +00:00
fcb80ef5ce feat(workflows): add token input for release action
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
- Adds `token` input to the release workflow to use a secret token.
- Enhances automation by enabling authenticated release publishing.
2025-06-14 18:57:59 +02:00
200b3d3e53 chore(changelog): update unreleased changelog 2025-06-14 16:56:21 +00:00
72faeb5d9f feat(action): add environment variables for version detection
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
- Introduces environment variables to enhance version detection
- Ensures compatibility with GitHub event context and references
2025-06-14 18:56:14 +02:00
99eb52732e chore(changelog): update unreleased changelog 2025-06-14 16:53:18 +00:00