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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release-please-libnpmaccess.yml')
-rw-r--r--.github/workflows/release-please-libnpmaccess.yml21
1 files changed, 11 insertions, 10 deletions
diff --git a/.github/workflows/release-please-libnpmaccess.yml b/.github/workflows/release-please-libnpmaccess.yml
index ba47b2d57..566092621 100644
--- a/.github/workflows/release-please-libnpmaccess.yml
+++ b/.github/workflows/release-please-libnpmaccess.yml
@@ -1,29 +1,30 @@
# This file is automatically added by @npmcli/template-oss. Do not edit.
-name: Node Workspace Release Please libnpmaccess
+name: Release Please - libnpmaccess
on:
push:
paths:
- workspaces/libnpmaccess/**
branches:
- - release-next
+ - main
- latest
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- - uses: google-github-actions/release-please-action@v2
+ - uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
monorepo-tags: true
- path: workspaces/libnpmaccess
- # If you change changelog-types be sure to also update commitlintrc.js
+ paths: workspaces/libnpmaccess
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}]
+ [
+ {"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}
+ ]