You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,11 @@ Automated Release (preferred)
84
84
- Push a tag named `release/X.Y.Z` (semver, no leading `v`).
85
85
- The workflow `.github/workflows/release-on-tag.yml` will:
86
86
- Create a GitHub Release for that tag with autogenerated notes.
87
-
- Build and deploy artifacts to Maven Central with `-P release` (Central Publishing plugin). Uses `-Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}` and optionally `-Dgpg.keyname=${{ secrets.GPG_KEYNAME }}` for signing when set.
88
-
- Create a branch `release-bot-YYYYMMDD-HHMMSS` at the tagged commit and open a PR back to `main` (no version bumps).
87
+
- Build and deploy artifacts to Maven Central with `-P release` (Central Publishing plugin). Uses `-Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}` and optionally `-Dgpg.keyname=${{ secrets.GPG_KEYNAME }}` for signing when set.
88
+
- Create a branch `release-bot-YYYYMMDD-HHMMSS` at the tagged commit and open a PR back to `main` (no version bumps).
89
+
90
+
Credentials wiring
91
+
- The workflow writes `<server id="central">` to settings.xml using `server-username: ${{ secrets.CENTRAL_USERNAME }}` and `server-password: ${{ secrets.CENTRAL_PASSWORD }}`. Ensure those secrets hold your Central Publishing token creds for `io.github.simbo1905`.
89
92
90
93
Manual Release (local)
91
94
- Ensure POM version is your intended release version.
0 commit comments