Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor doc updates #2390

Merged
merged 3 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ This is short list of the most important known issues. The full list can be retr
- Turris greylist has been updated (#2167).
- Spamhaus CERT parser uses wrong field (#2165).
- Custom headers ignored in HTTPCollectorBot (#2150).
- Missing commas in SQL query for separate Events table (#2125).
- intelmqctl log: parsing syslog does not work (#2097).
- Bash completion scripts depend on old JSON-based configuration files (#2094).
- Bot configuration examples use JSON instead of YAML (#2066).
Expand Down
8 changes: 7 additions & 1 deletion docs/dev/release-procedure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,13 @@ Tarballs and PyPI
python3 setup.py sdist bdist_wheel


* Upload the files including signatures to PyPI with e.g. twine: `twine upload -s dist/intelmq...`
* Upload the files including signatures to PyPI with e.g. twine: `twine upload -u __token__ -p $APITOKEN dist/intelmq...` (or set the API Token in `.pypirc`).

*************
Documentation
*************

Got to `the version settings on readthedocs <https://readthedocs.org/projects/intelmq/versions/>`_ and activate build for the new version.

********
Packages
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ maintainer = Wagner Sebastian
maintainer_email = [email protected]
url = https://github.com/certtools/intelmq/
license = AGPL-3.0-or-later
license_file = LICENSE
license_files = LICENSE, LICENSES/*
Loading