Skip to content

feat: support configurable version storage backends - #142

Merged
oflynned merged 2 commits into
nextfrom
feat/configurable-version-storage-location
Jun 23, 2026
Merged

feat: support configurable version storage backends#142
oflynned merged 2 commits into
nextfrom
feat/configurable-version-storage-location

Conversation

@oflynned

Copy link
Copy Markdown
Owner

Summary

  • add a version_storage input with version-properties as the compatibility default
  • add gradle-properties support for reading and writing version metadata in gradle.properties
  • preserve unrelated gradle.properties keys while updating version keys
  • stage the selected version storage file when creating the release commit
  • document supported storage backends, expected keys, and file formats

Fixes #135

Tests

  • npm run lint
  • npm run typecheck
  • npm test -- --runInBand
  • npm run test:e2e

@oflynned oflynned changed the title Support configurable version storage backends feat: support configurable version storage backends Jun 23, 2026
@oflynned
oflynned merged commit d84ce74 into next Jun 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support multiple version storage backends

1 participant