We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22f609 commit 5fb548bCopy full SHA for 5fb548b
.github/ISSUE_TEMPLATE/release.md
@@ -2,7 +2,7 @@
2
- `./utils/update_release.sh`
3
- [ ] Create GitHub release and tag
4
- [ ] Upload source package and signature to Github release page as pre-release
5
- - `./setup.py sdist_test_data`
+ - `python -m build --sdist`
6
- `gpg --armor --detach-sign dist/plaso-$VERSION.tar.gz > dist/plaso-$VERSION.tar.gz.asc`
7
- [ ] [Update GIFT PPA](https://github.com/log2timeline/l2tdocs/blob/main/process/GIFT%20PPA.md) staging
8
- Build Ubuntu source debs: `PYTHONPATH=. ./tools/build.py --preset plaso dpkg-source`
0 commit comments