@glandais/vcyclist-elevation 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -205,8 +205,20 @@ output points covering ~128.6 km / ~5.3 h of simulated ride.
205
205
  - [`docs/parity.md`](docs/parity.md) — TS↔Kotlin parity approach and tolerances.
206
206
  - [`docs/kotlin-wasm-jvm-webp.md`](docs/kotlin-wasm-jvm-webp.md) — Kotlin/Wasm ↔ JS interop
207
207
  guide that underpins the `@JsExport` façades and the WebP tile decoding.
208
+ - [`docs/publishing.md`](docs/publishing.md) — release flow (Maven Central + npm via
209
+ semantic-release on push to `develop`).
208
210
  - [`elevation/README.md`](elevation/README.md) — `:elevation` module details + browser demos.
209
211
 
212
+ ## Contributing
213
+
214
+ `develop` is the **default and only long-lived branch** — there is no `main`. Open PRs
215
+ against `develop` using [Conventional Commits](https://www.conventionalcommits.org/) :
216
+ `feat:` triggers a minor release, `fix:` a patch, anything else is a no-op release-wise.
217
+ Every push to `develop` runs the full multi-target test suite via
218
+ `.github/workflows/release.yml` and, if green, lets semantic-release tag a new version,
219
+ publish to Maven Central + npm, and commit the version bump back to `develop` with
220
+ `[skip ci]`. See [`docs/publishing.md`](docs/publishing.md) for the full flow.
221
+
210
222
  ## License
211
223
 
212
224
  Apache License 2.0, aligned with the upstream `gpx2web` project. See the Maven Central POM
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glandais/vcyclist-elevation",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "main": "vcyclist-elevation.js",
5
5
  "types": "vcyclist-elevation.d.ts",
6
6
  "devDependencies": {