Compare commits
13 Commits
Author | SHA1 | Date | |
---|---|---|---|
14713dbedc | |||
2b9b0992aa | |||
b22c8ae060 | |||
d3c5be76ea | |||
c2a08c7c40 | |||
f659b9d49d | |||
92752c0ce6 | |||
0311494d93 | |||
62e4d5dc43 | |||
bbcff7c1ba | |||
51ce62ab14 | |||
c526742215 | |||
6549aaa0d2 |
10
.drone.yml
10
.drone.yml
@ -2,11 +2,11 @@ kind: pipeline
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
- name: markdownlint-cli
|
||||
image: node:current-alpine
|
||||
commands:
|
||||
- npm install -g markdownlint-cli
|
||||
- markdownlint **/*.md
|
||||
# - name: markdownlint-cli
|
||||
# image: node:current-alpine
|
||||
# commands:
|
||||
# - npm install -g markdownlint-cli
|
||||
# - markdownlint **/*.md
|
||||
|
||||
- name: semantic-release
|
||||
image: cenk1cenk2/drone-semantic-release
|
||||
|
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,3 +1,19 @@
|
||||
## [1.0.3](https://git.sthope.dev/sthope/gitea_templates/compare/v1.0.2...v1.0.3) (2021-09-12)
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* testing sv ([2b9b099](https://git.sthope.dev/sthope/gitea_templates/commit/2b9b0992aab0ce6b0d2a0cd7a274a906d9df579c))
|
||||
* testing sv ([b22c8ae](https://git.sthope.dev/sthope/gitea_templates/commit/b22c8ae06067832c8901583e27a41216b2ebaf79))
|
||||
|
||||
## [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,7 +1,7 @@
|
||||
[Português](./README-pt-PT.md)
|
||||
[<img src="https://git.sthope.dev/sthope/.gitea/raw/branch/master/avatar-sthope.png" align="right" width="13%" height="13%">](https://www.sthope.dev/)
|
||||
|
||||
# Project_Name · [](../../..) [](LICENSE)
|
||||
# Project_Name · [](../../..) [](LICENSE)
|
||||
|
||||
> 🔥[Sthope](https://www.sthope.dev)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semantic-release/gitlab",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.3",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"release": {
|
||||
|
@ -7,11 +7,11 @@ plugins:
|
||||
- "@semantic-release/release-notes-generator"
|
||||
- "@semantic-release/changelog"
|
||||
- "@semantic-release/git"
|
||||
- "@semantic-release/github"
|
||||
- "@saithodev/semantic-release-gitea"
|
||||
|
||||
verifyConditions:
|
||||
- '@semantic-release/git'
|
||||
- "@semantic-release/github"
|
||||
- "@saithodev/semantic-release-gitea"
|
||||
analyzeCommits:
|
||||
- path: "@semantic-release/commit-analyzer"
|
||||
releaseRules:
|
||||
@ -63,10 +63,10 @@ prepare:
|
||||
- path: "@semantic-release/changelog"
|
||||
changelogFile: "docs/CHANGELOG.md"
|
||||
publish:
|
||||
- path: "@semantic-release/github"
|
||||
- path: "@saithodev/semantic-release-gitea"
|
||||
|
||||
success:
|
||||
- "@semantic-release/github"
|
||||
- "@saithodev/semantic-release-gitea"
|
||||
|
||||
fail:
|
||||
- "@semantic-release/github"
|
||||
- "@saithodev/semantic-release-gitea"
|
Reference in New Issue
Block a user