Skip to content

Commit

Permalink
bump: version 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2025
1 parent 67c1d8d commit c07867d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,25 @@

- set --yes to cz bump cmd
- docker release workflow inputs (#2)

## v1.0.1 (2025-01-17)

### Feat

- Update version
- eigen-minter v1.0.0 (#1)
- Add LICENSE

### Fix

- Update ci
- debugging
- fetch tags
- Update cz config
- update versioning format
- source code CI
- **realease**: Adjust versioning format for commitizen
- **release**: set check_consistency on false from commitizen-action
- release workflow issues
- set --yes to cz bump cmd
- docker release workflow inputs (#2)
6 changes: 3 additions & 3 deletions cz.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
commitizen:
name: cz_conventional_commits
changelog_file: CHANGELOG.md
changelog_incremental: true
name: cz_conventional_commits
tag_format: v$version
update_changelog_on_bump: true
changelog_incremental: true
version: 1.0.0
version: 1.0.1
version_scheme: semver

0 comments on commit c07867d

Please sign in to comment.