Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
302e291212 | |||
c76a7b1a9b | |||
3b732c2013 | |||
20ccfacc6e | |||
84beb6f690 | |||
712367adfb | |||
0370a38d2b | |||
cff9182485 |
@ -28,8 +28,6 @@ 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:
|
|
||||||
- ./randomPwd/*
|
|
||||||
checksum:
|
checksum:
|
||||||
- md5
|
- md5
|
||||||
- sha1
|
- sha1
|
||||||
@ -37,7 +35,6 @@ steps:
|
|||||||
- sha512
|
- sha512
|
||||||
- adler32
|
- adler32
|
||||||
- crc32
|
- crc32
|
||||||
note: CHANGELOG.md
|
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
@ -64,6 +61,10 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: shared
|
- name: shared
|
||||||
path: /tmp/shared
|
path: /tmp/shared
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
include:
|
||||||
|
- tag
|
||||||
|
|
||||||
- name: build-and-publish
|
- name: build-and-publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -5,7 +5,7 @@ dryRun: false
|
|||||||
tagFormat: '${version}'
|
tagFormat: '${version}'
|
||||||
|
|
||||||
# Global plugin options (will be passed to all plugins)
|
# Global plugin options (will be passed to all plugins)
|
||||||
preset: 'conventionalcommits' # angular, conventionalcommits
|
preset: 'angular' # angular, conventionalcommits
|
||||||
repositoryUrl: 'https://git.sthope.dev/sthope/DockerContainer-randomPwd.git' # your repository url
|
repositoryUrl: 'https://git.sthope.dev/sthope/DockerContainer-randomPwd.git' # your repository url
|
||||||
giteaUrl: 'https://git.sthope.dev'
|
giteaUrl: 'https://git.sthope.dev'
|
||||||
|
|
||||||
|
28
CHANGELOG.md
28
CHANGELOG.md
@ -1,3 +1,31 @@
|
|||||||
|
## [1.0.8](https://git.sthope.dev/sthope/DockerContainer-randomPwd/compare/1.0.7...1.0.8) (2021-09-13)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* fixing SM ([c76a7b1](https://git.sthope.dev/sthope/DockerContainer-randomPwd/commit/c76a7b1a9be9933ad4c4b2a3293708427931dff8))
|
||||||
|
|
||||||
|
## [1.0.7](https://git.sthope.dev/sthope/DockerContainer-randomPwd/compare/1.0.6...1.0.7) (2021-09-13)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* fixing SM ([20ccfac](https://git.sthope.dev/sthope/DockerContainer-randomPwd/commit/20ccfacc6e7ab7ce240637121b8e54083d006a60))
|
||||||
|
|
||||||
|
### [1.0.6](https://git.sthope.dev/sthope/DockerContainer-randomPwd/compare/1.0.5...1.0.6) (2021-09-13)
|
||||||
|
|
||||||
|
|
||||||
|
### 🛠 Fixes
|
||||||
|
|
||||||
|
* fixing SM ([712367a](https://git.sthope.dev/sthope/DockerContainer-randomPwd/commit/712367adfbfaf9d4278889c0641d52f07ce65013))
|
||||||
|
|
||||||
|
### [1.0.5](https://git.sthope.dev/sthope/DockerContainer-randomPwd/compare/1.0.4...1.0.5) (2021-09-13)
|
||||||
|
|
||||||
|
|
||||||
|
### 🛠 Fixes
|
||||||
|
|
||||||
|
* fixing SM ([cff9182](https://git.sthope.dev/sthope/DockerContainer-randomPwd/commit/cff91824851d616a3b4b916437deb3bc72557a09))
|
||||||
|
|
||||||
### [1.0.4](https://git.sthope.dev/sthope/DockerContainer-randomPwd/compare/1.0.3...1.0.4) (2021-09-13)
|
### [1.0.4](https://git.sthope.dev/sthope/DockerContainer-randomPwd/compare/1.0.3...1.0.4) (2021-09-13)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user