Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Aug 9, 2023
1 parent 46c3e3a commit 56d1b04
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/actions/ansible_release_log/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,21 @@ runs:
shell: bash
env:
INPUT_RELEASE: ${{ inputs.release }}

- name: Convert release log (MD)
run: |
rst2myst convert changelog-release.rst
sed -i 's/^#/###/' changelog-release.md
shell: bash

- name: Upload MD release log
uses: actions/upload-artifact@v3
with:
name: changelog-log-md
path: changelog-release.md

- name: Upload RST release log
uses: actions/upload-artifact@v3
with:
name: changelog-log-rst
path: changelog-release.rst
2 changes: 1 addition & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2267,7 +2267,7 @@ releases:
- ec2_vpc_route_table_info-filter-fix.yml
- release_summary.yml
release_date: '2023-08-03'
7.0.0-dev6:
7.0.0-dev7:
changes:
breaking_changes:
- module_utils - ``module_utils.urls`` was previously deprecated and has been
Expand Down

0 comments on commit 56d1b04

Please sign in to comment.