Compare commits

...

2 Commits
1.0.0 ... 1.0.1

Author SHA1 Message Date
381acdd114 RELEASE: 1.0.1
Some checks failed
continuous-integration/drone/tag Build is failing
continuous-integration/drone/push Build is passing
2021-09-13 20:31:25 +00:00
9f0c6abf41 fix(): testing 0.1
Some checks are pending
continuous-integration/drone/push Build is running
2021-09-13 22:29:22 +02:00
3 changed files with 8 additions and 2 deletions

View File

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

View File

@ -109,7 +109,7 @@ prepare:
verifyReleaseCmd: "echo ${nextRelease.version} > VERSION.md"
- path: '@semantic-release/changelog'
# 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
message: 'RELEASE: ${nextRelease.version}'
assets: ['CHANGELOG.md']

View File

@ -0,0 +1,6 @@
### [1.0.1](https://git.sthope.dev/sthope/DockerContainer-randomPwd/compare/1.0.0...1.0.1) (2021-09-13)
### 🛠 Fixes
* testing 0.1 ([9f0c6ab](https://git.sthope.dev/sthope/DockerContainer-randomPwd/commit/9f0c6abf41c89e6930f7e0250f475f66bcbbb959))