Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 509 Bytes

RELEASING.md

File metadata and controls

5 lines (5 loc) · 509 Bytes
  • update any image links to use the permanent link style: RELEASE_VERSION=x.y.z bash -c 'sed -i "s#https://github.com/paulmandal/atak-forwarder/raw/[.0-9a-z]\+/images/#https://github.com/paulmandal/atak-forwarder/raw/${RELEASE_VERSION}/images/#" README.md'
  • ensure the protobufs in app/src/main/meshtastic-protobuf are up to date with the latest in Meshtastic-Android
  • update supported Meshtastic-Android version in README.md
  • commit, PR, and merge updated image links
  • tag the release commit on main