Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
bbcff7c1ba | |||
51ce62ab14 | |||
c526742215 | |||
6549aaa0d2 |
10
.drone.yml
10
.drone.yml
@ -2,11 +2,11 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: markdownlint-cli
|
# - name: markdownlint-cli
|
||||||
image: node:current-alpine
|
# image: node:current-alpine
|
||||||
commands:
|
# commands:
|
||||||
- npm install -g markdownlint-cli
|
# - npm install -g markdownlint-cli
|
||||||
- markdownlint **/*.md
|
# - markdownlint **/*.md
|
||||||
|
|
||||||
- name: semantic-release
|
- name: semantic-release
|
||||||
image: cenk1cenk2/drone-semantic-release
|
image: cenk1cenk2/drone-semantic-release
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
## [1.0.2](https://git.sthope.dev/sthope/gitea_templates/compare/v1.0.1...v1.0.2) (2021-09-11)
|
||||||
|
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* testing semantic release ([51ce62a](https://git.sthope.dev/sthope/gitea_templates/commit/51ce62ab1464367aa2e728326c8eed9505423194))
|
||||||
|
* testing semantic release ([6549aaa](https://git.sthope.dev/sthope/gitea_templates/commit/6549aaa0d202ff24f4e98a2c2ddbee29c17ffa18))
|
||||||
|
|
||||||
## [1.0.1](https://git.sthope.dev/sthope/gitea_templates/compare/v1.0.0...v1.0.1) (2021-09-11)
|
## [1.0.1](https://git.sthope.dev/sthope/gitea_templates/compare/v1.0.0...v1.0.1) (2021-09-11)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@semantic-release/gitlab",
|
"name": "@semantic-release/gitlab",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"release": {
|
"release": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user