bb27eccc86
chore(changelog): update unreleased changelog
2025-06-14 17:39:28 +00:00
212e8c6a49
feat(scripts): validate git configuration during setup
...
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
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
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
...
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
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
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
...
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
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
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
...
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
...
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
...
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
...
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
...
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
...
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
...
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
7bad547539
feat(workflow): enhance release process with additional steps
...
Auto Changelog & Release / release (push) Successful in 6s
- Add git-cliff installation and configuration for changelog generation
- Include CLIFF_VERSION detection and handling
- Improve git setup for release automation
- Refine conditional steps for changelog and version release
2025-06-14 18:53:10 +02:00
286d2a6916
refactor(action): remove unused steps for version management
...
Auto Changelog & Release / release (push) Failing after 3s
- Simplifies the workflow by removing redundant steps
- Eliminates scripts for version reading, CLI installation, and changelog generation
- Focuses on reducing complexity and maintaining essential functionality
2025-06-14 18:50:39 +02:00
fee52f9823
feat(action): add default values for optional inputs
...
Auto Changelog & Release / release (push) Failing after 3s
- Set default values for `token`, `author_name`, and `author_email`
inputs to improve usability and avoid potential null issues
2025-06-14 18:50:00 +02:00
4ab6624add
feat(workflows): enhance release process with additional steps
...
Auto Changelog & Release / release (push) Failing after 3s
- Update action reference to use the main branch for stability
- Add scripts for version detection, CLI version reading, and git-cliff installation
- Include setup for git configuration and changelog generation
- Improve release logic based on version changes and branch checks
2025-06-14 18:49:22 +02:00
209c25d05a
refactor(action): remove unused CLI setup steps
...
Auto Changelog & Release / release (push) Failing after 2s
- Eliminate redundant steps for CLIFF version reading, git-cliff
installation, and git setup to streamline action configuration
- Simplifies the workflow by focusing on essential functionality
2025-06-14 18:48:37 +02:00
a66fc97f2a
refactor(action): remove unused changelog and release steps
...
Auto Changelog & Release / release (push) Failing after 2s
- Remove steps for generating unreleased changelogs and releasing
from version in the GitHub Action workflow.
- Simplify the workflow by retaining only essential steps.
2025-06-14 18:46:42 +02:00
b65e9ee542
fix(action): ensure fallback for release token input
...
Auto Changelog & Release / release (push) Failing after 2s
- Adds a fallback to an empty string for the release token input
to prevent potential issues when the input is undefined.
2025-06-14 18:45:34 +02:00
e73d1324b7
chore(workflows): update release step with descriptive name
...
- Adds a descriptive name to the release step for improved clarity
2025-06-14 18:45:28 +02:00
84d0da4478
feat(workflows): add automated changelog and release workflow
...
Auto Changelog & Release / release (push) Failing after 2s
- Introduces a workflow triggered on main branch pushes
- Automates changelog generation and release creation using a custom action
2025-06-14 18:42:20 +02:00
978d002e9e
feat(action): add composite action for changelog and release
...
- Introduces a composite GitHub Action to automate changelog generation
and Gitea release processes
- Includes version detection, changelog updates, and release steps
- Supports configurable author details and optional PAT for API access
2025-06-14 18:36:21 +02:00
048b964204
feat(scripts): add CI utilities for versioning and changelog
...
- Add scripts to detect version changes and generate changelogs
- Include setup for installing and configuring git-cliff
- Automate release creation and changelog updates for CI workflows
- Improve Git author setup for consistent commits
2025-06-14 18:36:15 +02:00
14f0a9b4b1
chore(gitignore): add rule to exclude environment files
...
- Add a rule to ignore all `.env` files in the repository
- Prevent sensitive environment variables from being tracked in Git
2025-06-14 18:36:02 +02:00
53bad793eb
style(vscode): customize activity bar and theme colors
...
- Add custom color settings for the activity bar to enhance UI
- Introduce a Peacock color for consistent theme customization
2025-06-14 18:35:49 +02:00