Skip to content

Commit bcccbf5

Browse files
authored
Merge pull request #2390 from wagner-intevation/minor-doc-updates
Minor doc updates
2 parents 6c95b31 + 19550a5 commit bcccbf5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ This is short list of the most important known issues. The full list can be retr
8888
- Turris greylist has been updated (#2167).
8989
- Spamhaus CERT parser uses wrong field (#2165).
9090
- Custom headers ignored in HTTPCollectorBot (#2150).
91-
- Missing commas in SQL query for separate Events table (#2125).
9291
- intelmqctl log: parsing syslog does not work (#2097).
9392
- Bash completion scripts depend on old JSON-based configuration files (#2094).
9493
- Bot configuration examples use JSON instead of YAML (#2066).

docs/dev/release-procedure.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,13 @@ Tarballs and PyPI
7676
python3 setup.py sdist bdist_wheel
7777
7878
79-
* Upload the files including signatures to PyPI with e.g. twine: `twine upload -s dist/intelmq...`
79+
* 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`).
80+
81+
*************
82+
Documentation
83+
*************
84+
85+
Got to `the version settings on readthedocs <https://readthedocs.org/projects/intelmq/versions/>`_ and activate build for the new version.
8086

8187
********
8288
Packages

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ maintainer = Wagner Sebastian
4444
maintainer_email = [email protected]
4545
url = https://github.com/certtools/intelmq/
4646
license = AGPL-3.0-or-later
47-
license_file = LICENSE
47+
license_files = LICENSE, LICENSES/*

0 commit comments

Comments
 (0)