chore: release drafter update (#5)
This commit is contained in:
10
.github/release-drafter.yml
vendored
10
.github/release-drafter.yml
vendored
@@ -1,12 +1,12 @@
|
|||||||
name-template: 'v$RESOLVED_VERSION'
|
name-template: 'v$RESOLVED_VERSION'
|
||||||
tag-template: 'v$RESOLVED_VERSION'
|
tag-template: 'v$RESOLVED_VERSION'
|
||||||
categories:
|
categories:
|
||||||
- title: '🚀 Features'
|
- title: '🚀 Novidades'
|
||||||
label: 'feature'
|
label: 'feature'
|
||||||
- title: '🛠 Maintenance'
|
- title: '🛠 Manutenção'
|
||||||
label: 'maintenance'
|
label: 'chore'
|
||||||
- title: '🐛 Bug Fixes'
|
- title: '🐛 Bug Fixes'
|
||||||
label: 'bug'
|
label: 'fix'
|
||||||
version-resolver:
|
version-resolver:
|
||||||
major:
|
major:
|
||||||
labels:
|
labels:
|
||||||
@@ -36,5 +36,5 @@ autolabeler:
|
|||||||
title:
|
title:
|
||||||
- '/^[a-zA-Z]+(\(.*?\))?!:.+/i'
|
- '/^[a-zA-Z]+(\(.*?\))?!:.+/i'
|
||||||
template: |
|
template: |
|
||||||
## What’s Changed
|
## O que tem de novo
|
||||||
$CHANGES
|
$CHANGES
|
||||||
|
|||||||
8
.github/workflows/on_release.yml
vendored
8
.github/workflows/on_release.yml
vendored
@@ -41,6 +41,14 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
- name: executing remote ssh commands using password
|
||||||
|
uses: appleboy/ssh-action@master
|
||||||
|
with:
|
||||||
|
host: ${{ secrets.SSH_HOST }}
|
||||||
|
username: ${{ secrets.SSH_USERNAME }}
|
||||||
|
password: ${{ secrets.SSH_PASSWORD }}
|
||||||
|
port: ${{ secrets.SSH_PORT }}
|
||||||
|
script: /media/data/apps/mines-backend/deploy.sh
|
||||||
- name: Build finished
|
- name: Build finished
|
||||||
if: success()
|
if: success()
|
||||||
uses: voxmedia/github-action-slack-notify-build@v1
|
uses: voxmedia/github-action-slack-notify-build@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user