fix(): testing 0.1
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Sthope 2021-09-13 22:29:22 +02:00
parent 556195fa29
commit 9f0c6abf41
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ steps:
api_key: api_key:
from_secret: gitea_token from_secret: gitea_token
base_url: https://git.sthope.dev base_url: https://git.sthope.dev
files: dist/* files: ./*
checksum: checksum:
- md5 - md5
- sha1 - sha1

View File

@ -109,7 +109,7 @@ prepare:
verifyReleaseCmd: "echo ${nextRelease.version} > VERSION.md" verifyReleaseCmd: "echo ${nextRelease.version} > VERSION.md"
- path: '@semantic-release/changelog' - path: '@semantic-release/changelog'
# Create or update the changelog file in the local project repository # Create or update the changelog file in the local project repository
# - path: '@semantic-release/git' - path: '@semantic-release/git'
# Push a release commit and tag, including configurable files # Push a release commit and tag, including configurable files
message: 'RELEASE: ${nextRelease.version}' message: 'RELEASE: ${nextRelease.version}'
assets: ['CHANGELOG.md'] assets: ['CHANGELOG.md']