Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
11095d6552 | |||
de51c0e005 | |||
0f8e7df964 | |||
20671944d5 | |||
1b7b13a50a | |||
381acdd114 | |||
9f0c6abf41 |
11
.drone.yml
11
.drone.yml
@ -28,7 +28,8 @@ steps:
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
base_url: https://git.sthope.dev
|
||||
files: dist/*
|
||||
files:
|
||||
- ./randomPwd
|
||||
checksum:
|
||||
- md5
|
||||
- sha1
|
||||
@ -49,6 +50,10 @@ steps:
|
||||
volumes:
|
||||
- name: shared
|
||||
path: /tmp/shared
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
- tag
|
||||
|
||||
- name: testing
|
||||
image: python:3.7-alpine
|
||||
@ -72,6 +77,10 @@ steps:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
- tag
|
||||
|
||||
- name: discord
|
||||
image: appleboy/drone-discord
|
||||
|
@ -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']
|
||||
|
20
CHANGELOG.md
20
CHANGELOG.md
@ -0,0 +1,20 @@
|
||||
### [1.0.3](https://git.sthope.dev/sthope/DockerContainer-randomPwd/compare/1.0.2...1.0.3) (2021-09-13)
|
||||
|
||||
|
||||
### 🛠 Fixes
|
||||
|
||||
* fixing SM ([de51c0e](https://git.sthope.dev/sthope/DockerContainer-randomPwd/commit/de51c0e0055ea96df122acb00bef0b0d76f2920c))
|
||||
|
||||
### [1.0.2](https://git.sthope.dev/sthope/DockerContainer-randomPwd/compare/1.0.1...1.0.2) (2021-09-13)
|
||||
|
||||
|
||||
### 🛠 Fixes
|
||||
|
||||
* fixing SM ([1b7b13a](https://git.sthope.dev/sthope/DockerContainer-randomPwd/commit/1b7b13a50a1251d65c8b65b7a736c6e6094e6f43))
|
||||
|
||||
### [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))
|
||||
|
Reference in New Issue
Block a user