-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from adfinis/jlf/chore-cleanup-TODO
chore: cleanup TODO.md
- Loading branch information
Showing
2 changed files
with
18 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# CHANGELOG | ||
|
||
- CHANGELOG convert to toml | ||
- CHANGELOG.rst rename to CHANGELOG.md | ||
- CHANELOG.md generate from toml | ||
- RPM_SPEC generate changelog from toml | ||
|
||
# Docs | ||
|
||
- Remove sphinx-doc tags from documentation -> currently deferred | ||
|
||
# Release | ||
|
||
- remove pyp2rpm and just put a spec into build-rpm, like in venv-rpm (maybe) | ||
|
||
- venv-rpm hardcodes version 2.0.0 in some places | ||
|
||
- review rpm build and improve it later |