Skip to content

Releases: webrecorder/markdown-to-respec

v0.4.2

06 Jun 16:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

08 May 13:12
Compare
Choose a tag to compare

Small docfix for PyPI.

v0.4.0

06 May 14:57
Compare
Choose a tag to compare

markdown-to-respec is now pip installable which allows you to convert Markdown files locally prior to pushing them to Github for publishing:

usage: markdown-to-respec [-h] [--branch BRANCH] [--publish] [--ignore IGNORE] path

positional arguments:
  path             Path to search for Markdown files

options:
  -h, --help       show this help message and exit
  --branch BRANCH  Git branch to publish to
  --publish        Commit and push new HTML files
  --ignore IGNORE  A regex of Markdown files to ignore

v0.3.0

05 May 14:16
68090d5
Compare
Choose a tag to compare

Moved to webrecorder and renamed to markdown-to-respec.

v0.2.0

04 May 21:34
0e41710
Compare
Choose a tag to compare

Added an ignore option.

v0.1.5

04 May 20:07
e282891
Compare
Choose a tag to compare

Handle Git commit/push logic from Python

v0.1.4

04 May 13:12
87b8a22
Compare
Choose a tag to compare

Look for alternate respec.js

v0.1.3

04 May 13:08
faab9ae
Compare
Choose a tag to compare

Modified title extraction.

v0.1.2

04 May 12:35
c81fc31
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Simplify by simply using pip instead of poetry.

v0.1.1

04 May 11:55
45c2406
Compare
Choose a tag to compare

Try to debug by outputting the directory as part of the action run.