Skip to content

Commit bfa0510

Browse files
committed
Update readme and release workflow
1 parent 227f31f commit bfa0510

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# This workflows will upload a Python Package using Twine when a release is created
1+
# This workflows will upload a Python Package using Twine when a release is published
22
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
33

44
name: Publish package
55
on:
66
release:
7-
types: [created]
7+
types: [published]
88

99
jobs:
1010
deploy:

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.5.0 - Unreleased]
7+
## [0.6.0 - Unreleased]
8+
9+
## [0.5.0]
10+
11+
### Changed
812
- drop support for python 2.7, 3.4 and pypy2
913

10-
## [0.4.2 - Unreleased]
14+
## [0.4.2]
1115

1216
### Changed
1317
- add license information to console output
@@ -62,7 +66,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6266
### Added
6367
- Initial Release
6468

65-
[0.5.0 - Unreleased]: https://github.com/nezhar/updatable
69+
[0.6.0 - Unreleased]: https://github.com/nezhar/updatable
70+
[0.5.0]: https://pypi.org/project/updatable/0.5.0/
71+
[0.4.2]: https://pypi.org/project/updatable/0.4.2/
6672
[0.4.1]: https://pypi.org/project/updatable/0.4.1/
6773
[0.4.0]: https://pypi.org/project/updatable/0.4.0/
6874
[0.3.1]: https://pypi.org/project/updatable/0.3.1/

0 commit comments

Comments
 (0)