mirror of
https://github.com/drewcassidy/yaclog-ksp.git
synced 2024-09-01 14:58:44 +00:00
Modify changelog
This commit is contained in:
parent
724c163f3c
commit
485a387da7
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get version name and body
|
- name: Get version name and body
|
||||||
run: |
|
run: |
|
||||||
echo "VERSION_TILE=Version $(yaclog show -n)" >> $GITHUB_ENV
|
echo "VERSION_TILE=$(yaclog show -n)" >> $GITHUB_ENV
|
||||||
echo "$(yaclog show -mb)" >> RELEASE.md
|
echo "$(yaclog show -mb)" >> RELEASE.md
|
||||||
|
|
||||||
- name: Publish to PyPI
|
- name: Publish to PyPI
|
||||||
|
@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Updated to support Click version 8
|
- Updated to support Click version 8
|
||||||
|
|
||||||
|
|
||||||
## 1.0.0 - 2021-05-07
|
## Version 1.0.0 - 2021-05-07
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Renamed '--input' option to '--path' for consistency with yaclog, and added an environment variable for its value
|
- Renamed '--input' option to '--path' for consistency with yaclog, and added an environment variable for its value
|
||||||
|
|
||||||
|
|
||||||
## 0.2.0 - 2021-05-06
|
## Version 0.2.0 - 2021-05-06
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Marked version compatibility with yaclog.
|
- Marked version compatibility with yaclog.
|
||||||
|
|
||||||
|
|
||||||
## 0.1.1 - 2021-04-16
|
## Version 0.1.1 - 2021-04-16
|
||||||
|
|
||||||
yaclog-ksp is [now available on PyPi!](https://pypi.org/project/yaclog-ksp/)
|
yaclog-ksp is [now available on PyPi!](https://pypi.org/project/yaclog-ksp/)
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ yaclog-ksp is [now available on PyPi!](https://pypi.org/project/yaclog-ksp/)
|
|||||||
- Generator will now use change values instead of nodes when possible for more concise output files.
|
- Generator will now use change values instead of nodes when possible for more concise output files.
|
||||||
|
|
||||||
|
|
||||||
## 0.1.0 - 2021-04-16
|
## Version 0.1.0 - 2021-04-16
|
||||||
|
|
||||||
First release
|
First release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user