mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
add semrel and badges
This commit is contained in:
parent
5b1d6a6cf8
commit
f8fdbb0611
11
.releaserc.js
Normal file
11
.releaserc.js
Normal file
@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
branch: 'master',
|
||||
plugins: [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/github",
|
||||
["@semantic-release/exec", {
|
||||
"prepareCmd": "echo '::set-env name=CAOS_NEXT_VERSION::v${nextRelease.version}'"
|
||||
}],
|
||||
]
|
||||
};
|
@ -1 +1,7 @@
|
||||
# zitadel
|
||||
# zitadel
|
||||
|
||||
![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)
|
||||
![Release Badge](https://github.com/caos/zitadel/workflows/Test,%20Build,%20Release/badge.svg)
|
||||
[![GitHub license](https://img.shields.io/github/license/caos/zitadel)](https://github.com/caos/zitadel/blob/master/LICENSE)
|
||||
[![GitHub release](https://img.shields.io/github/release/caos/zitadel)](https://github.com/caos/zitadel/releases/)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user