Skip to content

Commit fffcb4e

Browse files
committed
build: update Release Please for 2027 branch
1 parent 8054908 commit fffcb4e

5 files changed

Lines changed: 33 additions & 7 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- main
4+
- "2027"
55

66
permissions:
77
contents: write
@@ -22,3 +22,4 @@ jobs:
2222
# (PAT) and configured it as a GitHub action secret named
2323
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
2424
token: ${{ secrets.GITHUB_TOKEN }}
25+
target-branch: "2027"

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [2027.0.1](https://github.com/jonahsnider/doglog/compare/2027.0.0...2027.0.1) (2025-09-10)
4+
5+
6+
### Bug Fixes
7+
8+
* remove broken FPGA logs ([c35abb1](https://github.com/jonahsnider/doglog/commit/c35abb1d2ff12bbfa67ce3b594c924e2413cb934))
9+
10+
## [2027.0.0](https://github.com/jonahsnider/doglog/compare/2025.9.2...2027.0.0) (2025-09-07)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* update to WPILib 2027
16+
17+
### Features
18+
19+
* update to WPILib 2027 ([84fe947](https://github.com/jonahsnider/doglog/commit/84fe9478e8084a14f92e9c16ba9c0eadaa4a3170))
20+
21+
22+
### Bug Fixes
23+
24+
* use Java 17 instead of 21 ([00be4a2](https://github.com/jonahsnider/doglog/commit/00be4a22148e302c362efa42424fcb785bb2e0fc))
25+
326
## [2025.10.1](https://github.com/jonahsnider/doglog/compare/2025.10.0...2025.10.1) (2025-10-25)
427

528

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"wrangler": "^4.25.0"
55
},
66
"name": "@doglog/lib",
7-
"version": "2025.10.1"
7+
"version": "2027.0.1"
88
}

release-please-config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"initial-version": "2027.0.0",
34
"packages": {
45
".": {
56
"bump-minor-pre-major": false,
@@ -24,8 +25,9 @@
2425
}
2526
],
2627
"include-v-in-tag": false,
27-
"prerelease": false,
28+
"prerelease": true,
2829
"release-type": "simple"
2930
}
30-
}
31+
},
32+
"prerelease": true
3133
}

vendordep.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
{
44
"groupId": "com.github.jonahsnider",
55
"artifactId": "doglog",
6-
"version": "2025.10.1"
6+
"version": "2027.0.1"
77
}
88
],
99
"fileName": "DogLog.json",
10-
"frcYear": "2025",
10+
"frcYear": "2027",
1111
"jsonUrl": "https://2027.doglog.dev/vendordep.json",
1212
"name": "DogLog",
1313
"jniDependencies": [],
1414
"mavenUrls": [
1515
"https://jitpack.io"
1616
],
1717
"cppDependencies": [],
18-
"version": "2025.10.1",
18+
"version": "2027.0.1",
1919
"uuid": "65592ce1-2251-4a31-8e4b-2df20dacebe4"
2020
}

0 commit comments

Comments
 (0)