Welcome to mirror list, hosted at ThFree Co, Russian Federation.

release-please-libnpmfund.yml « workflows « .github - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e9f52fcd7cf72345b08832942568cfc4734cb7f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This file is automatically added by @npmcli/template-oss. Do not edit.

name: Node Workspace Release Please libnpmfund

on:
  push:
    paths:
      - workspaces/libnpmfund/**
    branches:
      - release-next
      - latest

jobs:
  release-please:
    runs-on: ubuntu-latest
    steps:
      - uses: google-github-actions/release-please-action@v2
        id: release
        with:
          release-type: node
          monorepo-tags: true
          path: workspaces/libnpmfund
          # If you change changelog-types be sure to also update commitlintrc.js
          changelog-types: >
            [{"type":"feat","section":"Features","hidden":false},
            {"type":"fix","section":"Bug Fixes","hidden":false},
            {"type":"docs","section":"Documentation","hidden":false},
            {"type":"deps","section":"Dependencies","hidden":false},
            {"type":"chore","hidden":true}]