Skip to content

Commit

Permalink
ci: add ability to version all projects the same
Browse files Browse the repository at this point in the history
  • Loading branch information
philasmar committed Oct 8, 2024
1 parent 58ca72d commit 55524d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .autover/autover.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
}
],
"UseCommitsForChangelog": false,
"UseSameVersionForAllProjects": true,
"DefaultIncrementType": "Patch",
"ChangeFilesDetermineIncrementType": true
}
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
dotnet-version: 8.0.x
# Install AutoVer to automate versioning and changelog creation
- name: Install AutoVer
run: dotnet tool install --global AutoVer --version 0.0.21
run: dotnet tool install --global AutoVer --version 0.0.22
# Set up a git user to be able to run git commands later on
- name: Setup Git User
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-main-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
dotnet-version: 8.0.x
# Install AutoVer which is needed to retrieve information about the current release.
- name: Install AutoVer
run: dotnet tool install --global AutoVer --version 0.0.21
run: dotnet tool install --global AutoVer --version 0.0.22
# Set up a git user to be able to run git commands later on
- name: Setup Git User
run: |
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
dotnet-version: 8.0.x
# Install AutoVer which is needed to retrieve information about the current release.
- name: Install AutoVer
run: dotnet tool install --global AutoVer --version 0.0.21
run: dotnet tool install --global AutoVer --version 0.0.22
# Set up a git user to be able to run git commands later on
- name: Setup Git User
run: |
Expand Down

0 comments on commit 55524d5

Please sign in to comment.