Release Plugin

Release a new version of ExpBottleBoost. Use when bumping version, creating releases, or publishing to GitHub/Hangar. Use when this capability is needed.

tomevault-io 8c5841c 2 files · 1.5 KB Updated

File contents

Release Plugin

Quick Release

  1. Update version in pom.xml
  2. Commit changes
  3. Create and push tag:
git tag v1.x.x
git push origin v1.x.x

GitHub Actions will automatically:

  • Build JAR
  • Create GitHub Release
  • Publish to Hangar

Version Update Locations

File Field
pom.xml <version>

Requires (first-time setup)

  • HANGAR_API_TOKEN in GitHub Secrets
  • Hangar API key with create_version permission

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/sudolifeagain--expbottleboost--release-plugin commit 8c5841c219

Frequently asked questions

npx skillmds@latest add tomevault-io/release-plugin