Skip to content

Commit

Permalink
Updated release issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Aug 27, 2024
1 parent c22f609 commit 5fb548b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- `./utils/update_release.sh`
- [ ] Create GitHub release and tag
- [ ] Upload source package and signature to Github release page as pre-release
- `./setup.py sdist_test_data`
- `python -m build --sdist`
- `gpg --armor --detach-sign dist/plaso-$VERSION.tar.gz > dist/plaso-$VERSION.tar.gz.asc`
- [ ] [Update GIFT PPA](https://github.com/log2timeline/l2tdocs/blob/main/process/GIFT%20PPA.md) staging
- Build Ubuntu source debs: `PYTHONPATH=. ./tools/build.py --preset plaso dpkg-source`
Expand Down

0 comments on commit 5fb548b

Please sign in to comment.