mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-06 00:59:37 +01:00
Remove rst2md
This commit is contained in:
@@ -231,7 +231,7 @@ def release(args):
|
||||
|
||||
# Convert changelog from RST to GitHub-flavored Markdown and get the
|
||||
# version.
|
||||
changelog = 'ChangeLog.rst'
|
||||
changelog = 'ChangeLog.md'
|
||||
changelog_path = os.path.join(fmt_repo.dir, changelog)
|
||||
import rst2md
|
||||
changes, version = rst2md.convert(changelog_path)
|
||||
|
||||
Reference in New Issue
Block a user