Alpha Release 0.0.12 #98

Merged
niggl merged 76 commits from dev into main 2021-01-13 19:33:09 +00:00
Showing only changes of commit 6345666ae6 - Show all commits

View File

@ -61,6 +61,37 @@ trigger:
event: event:
- push - push
---
kind: pipeline
name: pr:generate_changelog
clone:
disable: true
steps:
- name: checkout pr
image: alpine/git
commands:
- git clone $DRONE_REMOTE_URL .
- git checkout dev
- name: generate changelog
image: node:latest
commands:
- npx auto-changelog --commit-limit false -p -u --hide-credit
- name: push new licenses file to repo
image: appleboy/drone-git-push
settings:
branch: dev
commit: true
commit_message: 🧾New changelog file version [CI SKIP]
author_email: bot@odit.services
remote: git@git.odit.services:lfk/backend.git
ssh_key:
from_secret: GITLAB_SSHKEY
trigger:
event:
- pull_request
branch:
- main
--- ---
kind: pipeline kind: pipeline
type: docker type: docker