mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 15:16:19 +08:00
instructions
This commit is contained in:
parent
f0c1665427
commit
3ea3b5cd9c
2 changed files with 11 additions and 1 deletions
10
.github/ISSUE_TEMPLATE/checklist-for-release.md
vendored
10
.github/ISSUE_TEMPLATE/checklist-for-release.md
vendored
|
@ -47,3 +47,13 @@ sudo make install; pushd /tmp; proxmark3 -c 'data load -f lf_EM4x05.pm3;lf searc
|
|||
- [ ] OSX
|
||||
- [ ] Android
|
||||
- [ ] Termux
|
||||
|
||||
# creating release
|
||||
`make release RELEASE_NAME="ice awesome"`
|
||||
last line of output, gives you next command to run
|
||||
Sample: `git push && git push origin v4.15000`
|
||||
|
||||
|
||||
Go to Github releases, create release based on the new created tag and publish
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
|||
|
||||
## [unreleased][unreleased]
|
||||
|
||||
## [midsummer][2021-06-25]
|
||||
## [midsummer.4.13441][2021-06-25]
|
||||
- Added bruteforce function for the magic byte in `cmdlfnexwatch.c` and ability to clone with psk2 modulation (@Guilhem7, @MaximeBosca)
|
||||
- Changed `hw setmux` - improve user feedback for special case (@iceman1001)
|
||||
- Changed 'filename' - unified file name param across client (@iceman1001)
|
||||
|
|
Loading…
Reference in a new issue