mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-08 06:30:08 -08:00
2.0 KiB
2.0 KiB
name | about | title | labels | assignees |
---|---|---|---|---|
Checklist for release | A template when making a release (usage reserved to repo maintainers) | [RELEASE 4.x] Checklist | Release | doegox, iceman1001 |
Checklist
make style
make miscchecks
make clean; make client CC=clang CXX=clang++ LD=clang++
on recent Debian or Ubuntumymanualchecks.sh
mycppcheck.sh
no alarming warning?tools/build_all_firmwares.sh
check that the script contains all standalone modes then compile all standalone modes (linux only)experimental_lib
compilation & testsexperimental_client_with_swig
compilation & tests- GitHub Actions - green across the board ( MacOS, Ubuntu, Windows)
OS compilation and tests
Run tools/release_tests.sh
on:
- RPI Zero
- Jetson Nano
- WSL
- PSv3.xx
- Archlinux
- Kali
- Debian Stable
- Debian Testing
- Ubuntu 22
- ParrotOS
- Fedora 37
- OpenSuse Leap
- OpenSuse Tumbleweed
- OSX (MacPorts)
- OSX (Homebrew)
- Android
- Termux
creating release
- CHANGELOG.md: add title:
## [myreleasename][YYYY-MM-DD]
make release RELEASE_NAME="myreleasename"
- last line of output gives you next command to run.
- Sample:
git push && git push origin v4.12345
- CHANGELOG.md: edit title to add version info:
## [myreleasename.4.12345][YYYY-MM-DD]
Step Github releases
- Go to Github releases, create release based on the new created tag and publish
- Choose a tag: v4.12345
- Target: master
- Set as the latest release
- Title:
proxmark3-v4.12345
- Description:
Release v4.12345
Nickname "myreleasename"
Step Homebrew updates
- update homebrew repo, file
proxmark3.rb
- with a SHA256 sum of the file
v4.12345.tar.gz
- with updated list of standalone modes
- with a SHA256 sum of the file
Step package maintains
- make a list of new standalone modes, so when we alert package maintainers they have a sporting chance of adding them