1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 02:41:38 +02:00

docs: starting to rough out some initial docs (#5)

This commit is contained in:
Benjamin E. Coe
2020-05-09 15:57:03 -07:00
committed by GitHub
parent f9c80810e2
commit 2cc1d6e6c8
2 changed files with 40 additions and 2 deletions

14
.github/workflows/release-please.yaml vendored Normal file
View File

@@ -0,0 +1,14 @@
on:
push:
branches:
- master
name: coverage
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: bcoe/release-please-action@v1.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: release-please-action