Compare commits

..

2 Commits

Author SHA1 Message Date
kraken
5b6939216d
some-commit 2022-09-18 21:54:21 +02:00
kraken
13428d2a03
some-commit 2022-09-18 16:46:54 +02:00
3 changed files with 11 additions and 12 deletions

View File

@ -1,9 +0,0 @@
kind: pipeline
type: docker
name: "test"
steps:
- name: test
image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest
commands:
- echo 'Run tests'

11
.releaserc.yml Normal file
View File

@ -0,0 +1,11 @@
branches:
- "main"
- "v0.x"
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"
- "@semantic-release/git"

View File

@ -1,3 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}