Skip to content

Commit

Permalink
more changelog manipulation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Mar 1, 2023
1 parent 27fbb54 commit be320d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- uses: docker://pandoc/core:3.0
with:
args: >-
--standalone
-r markdown_mmd
-t markdown_mmd
--shift-heading-level-by=1
Expand All @@ -41,7 +40,6 @@ jobs:
- uses: docker://pandoc/core:3.0
with:
args: >-
--standalone
-t markdown_mmd
-r rst
--shift-heading-level-by=1
Expand All @@ -58,10 +56,10 @@ jobs:
# Convert back to rst
- uses: docker://pandoc/core:3.0
with:
args: >- # allows you to break string into multiple lines
--standalone
args: >-
-r markdown_mmd
-t rst
--shift-heading-level-by=-1
--output=CHANGELOG.rst
CHANGELOG.md
Expand Down
14 changes: 0 additions & 14 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Bug Fixes
Sphinx_Changelog v1.1.1 (2021-05-14)
====================================

.. _bug-fixes-1:

Bug Fixes
---------

Expand Down Expand Up @@ -48,8 +46,6 @@ No significant changes.
Sphinx_Changelog v0.1rc5 (2021-03-03)
=====================================

.. _bug-fixes-2:

Bug Fixes
---------

Expand All @@ -60,16 +56,12 @@ Bug Fixes
Sphinx_Changelog v0.1rc4 (2021-03-02)
=====================================

.. _features-1:

Features
--------

- Add a flag to skip running towncrier if no fragment files are found.
- (`#6 <https://github.com/OpenAstronomy/sphinx-changelog/pull/6>`__)

.. _bug-fixes-3:

Bug Fixes
---------

Expand All @@ -80,8 +72,6 @@ Bug Fixes
Sphinx_Changelog v0.1rc3 (2021-03-02)
=====================================

.. _bug-fixes-4:

Bug Fixes
---------

Expand All @@ -91,17 +81,13 @@ Bug Fixes
Sphinx_Changelog v0.1rc2 (2021-03-01)
=====================================

.. _features-2:

Features
--------

- Implement options for changelog backend. Including the existing
- changelog and towncrier are currently available.
- (`#1 <https://github.com/OpenAstronomy/sphinx-changelog/pull/1>`__)

.. _bug-fixes-5:

Bug Fixes
---------

Expand Down

0 comments on commit be320d0

Please sign in to comment.