sota-adif-updater
v1.0.0
Published
A CLI utility to add SOTA and POTA references to an existing ADIF file
Downloads
317,996
Readme
sota_adif_updater
This is a small command line utility to quickly add SOTA and POTA references to an existing ADIF file.
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.
One-time npm Trusted Publisher setup
This project uses npm Trusted Publishers so no stored secrets are needed. To configure it on npmjs.com:
- Go to the package page → Settings → Trusted Publishers → Add a trusted publisher.
- Fill in:
- Repository owner:
spowers42 - Repository name:
sota_adif_updater - Workflow filename:
release.yml
- Repository owner:
- Save. GitHub Actions will now authenticate via OIDC automatically on each release.
