Skip to content

Commit

Permalink
minor changes to checklist-for-release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Nov 13, 2023
1 parent d39a4aa commit a2d1a7b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/ISSUE_TEMPLATE/checklist-for-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ assignees: doegox, iceman1001

# Checklist

- [ ] CHANGELOG.md: add title: `## [releasename][YYYY-MM-DD]`
- [ ] `make style`
- [ ] `make miscchecks`
- [ ] `make clean; make client CC=clang CXX=clang++ LD=clang++` on recent Debian or Ubuntu
Expand Down Expand Up @@ -44,14 +43,24 @@ Run `tools/release_tests.sh` on:

# creating release

- [ ] `make release RELEASE_NAME="ice awesome"`
- last line of output, gives you next command to run.
- [ ] 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: `## [releasename.4.12345][YYYY-MM-DD]`
- [ ] 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

Expand Down

0 comments on commit a2d1a7b

Please sign in to comment.