Commit 0f65b22
authored
Prepare 1.0.0: branding, GitHub metadata, and release automation (#22)
* chore(release): prepare 1.0.0 — branding, GitHub meta, release automation
Version & docs:
- Cut CHANGELOG 1.0.0 (2026-06-29); drop accreted pre-release history
- Bump version references to 1.0.0; default to 1.0.0-SNAPSHOT
- README: dual Java & Kotlin branding, shields, Features, v1.0 title
- POM: Java & Kotlin name/description, docs-site project URL,
GitHub issue tracker; finalize Install section
GitHub repo metadata (adapted from sdk-php):
- Issue templates (bug.yml + config.yml) with Java/Kotlin + build-tool fields
- FUNDING.yml, dependabot.yml (gradle), dependabot-auto-merge
- BUG_FINDING / ISSUE_WORKFLOW / RELEASE_PROCESS process docs
Release automation:
- tag-and-release.yml: gated JDK matrix → tag + GitHub Release,
chaining into Maven Central by default (publish_to_central toggle)
- publish.yml: reusable via workflow_call; harden version interpolation
- update-changelog.yml on published release
* ci: pin third-party actions in update-changelog to commit SHAs
Pin stefanzweifel/changelog-updater-action (v1.12.0) and
git-auto-commit-action (v7.2.0) to full commit SHAs to remove the
mutable-tag supply-chain surface. Dependabot's github-actions ecosystem
keeps the SHAs current via reviewed PRs.
* ci: fix release-commit threading and remove dead changelog workflow
Address PR review (MarketDataDev03):
1. Chained publish built github.sha (the launch commit), not the
released ref. In workflow_call, github.sha is inherited from the
caller's launch ref, and publish.yml checked out with no ref:. If
tag-and-release was launched from a branch other than inputs.ref, the
tag/Release pointed at inputs.ref but the immutable Maven Central jar
was built from the launch commit.
Fix: add a `ref` input to publish.yml used in both the guard
(head_sha) and checkout; tag-and-release resolves inputs.ref to a
concrete SHA, tags at that SHA, and passes it to publish-central.
2. update-changelog.yml (on: release) never fired: the release is cut
with GITHUB_TOKEN, and GITHUB_TOKEN-created events don't trigger
workflows — the same rule that motivated workflow_call for publish.
It was also redundant: our process finalizes the CHANGELOG (dated
section) before the tag, which the notes-extraction step requires.
Fix: remove the workflow.1 parent 31d1c1d commit 0f65b22
15 files changed
Lines changed: 1818 additions & 139 deletions
File tree
- .github
- ISSUE_TEMPLATE
- workflows
- docs
- examples/consumer-test
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments