@spowers42/sota-adif-updater
v1.0.0
Published
A CLI utility to add SOTA and POTA references to an existing ADIF file
Readme
SOTA (and POTA) ADIF Updater
Releasing a new version
- Ensure all changes are merged to
mainand CI is green. - On
main, bump the version and create a git tag:npm version patch # or minor / major - Push the commit and tag:
git push origin main --tags - Go to GitHub → Releases → New Release, select the tag, add release notes, and click Publish release.
The release workflow will automatically build the project and publish the new version to npm.
