Skip to content

Commit

Permalink
update(atomi_release): add patch, minor, and major version update types
Browse files Browse the repository at this point in the history
- added patch version update type
- added minor version update type
- added major version update type

to enhance versioning capabilities for better package management and clarity in
updates
  • Loading branch information
kirinnee committed Feb 2, 2025
1 parent e8ddf57 commit 5bbf7e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions atomi_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ types:
scopes:
default:
desc: Update a package's version
release: false
patch:
desc: Update a package's patch version
release: patch
minor:
desc: Update a package's minor version
release: minor
major:
desc: Update a package's major version
release: major

- type: remove
Expand Down

0 comments on commit 5bbf7e4

Please sign in to comment.