feat(slug): keep period in slug variable

BREAKING CHANGE: The previous slug function is rename slug_url
to be able to still use itin the subdomain of an url.

Co-authored-by: Marc Schiller <m4rc.schiller@gmail.com>
This commit is contained in:
rlespinasse
2020-04-26 00:48:31 +02:00
parent 250b75dc58
commit e95fe45d8b
8 changed files with 142 additions and 47 deletions

View File

@@ -1,3 +0,0 @@
FROM bats/bats:latest
CMD ["./tests"]

View File

@@ -5,7 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/bats
- uses: docker://ffurrer/bats:latest
with:
args: "--recursive ."
- uses: cycjimmy/semantic-release-action@v2
with:
branches: |