Skip to content

Commit

Permalink
fix changelog parser
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Jul 6, 2023
1 parent 1c1df3e commit fc06e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
pypi_token: ${{ secrets.PYPI_TOKEN }}
version_file: src/neuro_flow/__init__.py # CLI has the same version
start_line: "[comment]: # (towncrier release notes start)"
head_line: "Neuro Flow {version}\\s+\\({date}\\)\n?"
head_line: "# Neuro Flow {version}\\s+\\({date}\\)\n?"
fix_issue_regex: "\\(\\[#(\\d+)\\]\\(https://github.com/neuro-inc/neuro-flow/issues/\\\
1\\)\\)"
fix_issue_repl: "(#\\1)"
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- [#996](https://github.com/neuro-inc/neuro-flow/issues/996), [#1002](https://github.com/neuro-inc/neuro-flow/issues/1002)


Neuro Flow 22.8.1 (2022-08-05)
# Neuro Flow 22.8.1 (2022-08-05)
==============================

Features
Expand Down

0 comments on commit fc06e1d

Please sign in to comment.