Compare commits
No commits in common. "master" and "1.0.0" have entirely different histories.
14
.drone.yml
14
.drone.yml
@ -28,6 +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/*
|
||||||
checksum:
|
checksum:
|
||||||
- md5
|
- md5
|
||||||
- sha1
|
- sha1
|
||||||
@ -35,6 +36,7 @@ steps:
|
|||||||
- sha512
|
- sha512
|
||||||
- adler32
|
- adler32
|
||||||
- crc32
|
- crc32
|
||||||
|
note: CHANGELOG.md
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
@ -47,10 +49,6 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: shared
|
- name: shared
|
||||||
path: /tmp/shared
|
path: /tmp/shared
|
||||||
when:
|
|
||||||
event:
|
|
||||||
include:
|
|
||||||
- tag
|
|
||||||
|
|
||||||
- name: testing
|
- name: testing
|
||||||
image: python:3.7-alpine
|
image: python:3.7-alpine
|
||||||
@ -61,10 +59,6 @@ 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
|
||||||
@ -78,10 +72,6 @@ steps:
|
|||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
when:
|
|
||||||
event:
|
|
||||||
include:
|
|
||||||
- tag
|
|
||||||
|
|
||||||
- name: discord
|
- name: discord
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
|
@ -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: 'angular' # angular, conventionalcommits
|
preset: 'conventionalcommits' # 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'
|
||||||
|
|
||||||
@ -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']
|
||||||
|
55
CHANGELOG.md
55
CHANGELOG.md
@ -1,55 +0,0 @@
|
|||||||
## [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)
|
|
||||||
|
|
||||||
|
|
||||||
### 🛠 Fixes
|
|
||||||
|
|
||||||
* fixing SM ([1604472](https://git.sthope.dev/sthope/DockerContainer-randomPwd/commit/160447222c12339d43eb8b49677e08f3154248a3))
|
|
||||||
|
|
||||||
### [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))
|
|
Loading…
x
Reference in New Issue
Block a user