summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-02-16 16:23:46 -0500
committerVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-02-16 16:23:46 -0500
commit9ada774c34b8b9939d5a83d42a798d0e4f82c843 (patch)
tree53a9a6b96293055dd264114bc73205b7da58d369
parentd5e3586ca156d9f92a5d8b8195dfc132218a70e1 (diff)
downloadpython-slugify-9ada774c34b8b9939d5a83d42a798d0e4f82c843.tar.gz
actions
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 777f6dc..ed1f80f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 6.0.0
+
+- Enable github action
+
## 5.0.2
- Enable twine publish
diff --git a/README.md b/README.md
index 2305794..5476fbe 100644
--- a/README.md
+++ b/README.md
@@ -188,8 +188,8 @@ X.Y.Z Version
`MINOR` version -- when you add functionality in a backwards-compatible manner, and
`PATCH` version -- when you make backwards-compatible bug fixes.
-[status-image]: https://travis-ci.org/un33k/python-slugify.svg?branch=master
-[status-link]: https://travis-ci.org/un33k/python-slugify
+[status-image]: https://github.com/un33k/python-slugify/actions/workflows/ci.yml/badge.svg
+[status-link]: https://github.com/un33k/python-slugify/actions/workflows/ci.yml
[version-image]: https://img.shields.io/pypi/v/python-slugify.svg
[version-link]: https://pypi.python.org/pypi/python-slugify
[coverage-image]: https://coveralls.io/repos/un33k/python-slugify/badge.svg