Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnkwlp committed Oct 28, 2023
1 parent 249b856 commit 0a90c12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .gitci/release-config.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
version-resolver:
major:
commits:
- "Major"
- "[break changes]"
labels:
- "Versioning - major"
major: {}
minor:
commits:
- "[feat]"
- "feat:"
labels:
- "Versioning - Minor"
patch:
commits:
- "[fix]"
- "[fix bugs]"
- "fix:"
labels:
- "Versioning - Patch"
default: patch
Expand Down
3 changes: 2 additions & 1 deletion AbpProjectTools/AbpProjectTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>abptool</ToolCommandName>
<PackageId>Passingwind.$(AssemblyName)</PackageId>
<Version>0.5.0</Version>
<AssemblyVersion>0.6.0</AssemblyVersion>
<Version>0.6.0</Version>
<Authors>Passingwind</Authors>
<Copyright>Passingwind</Copyright>
<PackageProjectUrl>https://github.com/jxnkwlp/Abp-Cli-Gen-Tool</PackageProjectUrl>
Expand Down

0 comments on commit 0a90c12

Please sign in to comment.