Skip to content

Commit e19a817

Browse files
authored
fix: set the next release version (#2240)
Signed-off-by: matttrach <matt.trachier@suse.com>
1 parent 803e16b commit e19a817

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/pull_request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ env:
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
GITHUB_OWNER: ${{ github.repository_owner }}
10+
NIX_INSTALL_SHA: de490f61fcbaf9a5cabf2fa621ddb9ef93ad35d9a23a04e7d51b26e092b63691
11+
NIX_INSTALL_VERSION: 2.34.4
1012

1113
jobs:
1214
build:

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "13.2.0"
2+
".": "13.5.0"
33
}

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"bootstrap-sha": "ab77bd4030512387b04480079c38aa54f8590eb9",
3-
"last-release-sha": "0c86ddc98930d96d5a7a6ed1a830f6b95089d30c",
4-
"release-as": "v13.2.0",
3+
"last-release-sha": "3aa67765906a57965bfe420af0c14f608eee975b",
4+
"release-as": "v13.5.0",
55
"always-update": true,
66
"commit-search-depth": 100,
77
"prerelease": true,

0 commit comments

Comments
 (0)