Release Version 1.0.2

### Changed

- Updated to support Click version 8
- Modified module documentation page titles to include a module role

### Fixed

- Fixed tag names with spaces in versions
This commit is contained in:
2021-05-11 19:33:56 -07:00
parent 52fc36ab70
commit 5a6cb51d71
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ jobs:
- name: Get version name and body
run: |
echo "VERSION_TILE=Version $(yaclog show -n)" >> $GITHUB_ENV
echo "VERSION_TILE=$(yaclog show -n)" >> $GITHUB_ENV
echo "$(yaclog show -mb)" >> RELEASE.md
- name: Publish to PyPI