Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3e5016b
chore: configure protocol releases
Teakowa Sep 2, 2026
20d9745
chore: configure release-please
Teakowa Sep 2, 2026
973ef48
ci: add release-please workflow
Teakowa Sep 2, 2026
4dd61e3
chore: align repository version with LPP 1.1
Teakowa Sep 2, 2026
5b093ad
ci: add protocol release verification
Teakowa Sep 2, 2026
c6edfb9
docs: define LPP release identity
Teakowa Sep 2, 2026
9f25101
noop
Teakowa Sep 2, 2026
abf47b2
chore: remove accidental placeholder
Teakowa Sep 2, 2026
512cd05
temp
Teakowa Sep 2, 2026
6a36d02
ci: remove post-publication release verification
Teakowa Sep 2, 2026
6c6e3b3
chore: remove temporary file
Teakowa Sep 2, 2026
02e5916
chore: finalize protocol release configuration
Teakowa Sep 2, 2026
bab0976
ci: align LPP release workflow with Wright model
Teakowa Sep 2, 2026
c1c746d
chore: align lockfile with protocol release version
Teakowa Sep 2, 2026
2019160
docs: document protocol release lifecycle
Teakowa Sep 2, 2026
80e4203
ci: harden release PR metadata synchronization
Teakowa Sep 2, 2026
a76b837
docs: state release gate contract
Teakowa Sep 2, 2026
fff6a87
chore: keep conformance package version independent
Teakowa Sep 2, 2026
198b531
chore: keep conformance lockfile version independent
Teakowa Sep 2, 2026
5a82c75
chore: restore lockfile
Teakowa Sep 2, 2026
c81b36e
chore: restore conformance lockfile
Teakowa Sep 2, 2026
290a99c
chore: add protocol repository version
Teakowa Sep 2, 2026
f9f778c
chore: track protocol release version separately
Teakowa Sep 2, 2026
91b0e78
ci: simplify protocol release workflow
Teakowa Sep 2, 2026
de767a0
docs: separate protocol and conformance package versions
Teakowa Sep 2, 2026
6d9b8e7
chore: keep release plumbing scoped
Teakowa Sep 2, 2026
06f055e
chore: remove unnecessary release documentation
Teakowa Sep 2, 2026
4dc6aa1
chore: align release baseline with repository version
Teakowa Sep 2, 2026
9231388
chore: align release manifest with repository version
Teakowa Sep 2, 2026
8238fa7
chore: mirror Wright release-please configuration
Teakowa Sep 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Release-please

on:
push:
branches: [main]

permissions:
contents: write
pull-requests: write

jobs:
release:
name: Maintain LPP release
runs-on: ubuntu-latest
concurrency:
group: release-please-${{ github.ref }}
cancel-in-progress: false
steps:
- name: Run release-please
uses: googleapis/release-please-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
token: ${{ secrets.GH_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.1.0"
}
14 changes: 14 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "simple",
"version-file": "version.txt",
"changelog-path": "CHANGELOG.md",
"versioning": "always-bump-patch",
"include-component-in-tag": false,
"draft": false,
"force-tag-creation": true
}
}
}
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0