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-libnpmpack.yml')
-rw-r--r--.github/workflows/release-please-libnpmpack.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/workflows/release-please-libnpmpack.yml b/.github/workflows/release-please-libnpmpack.yml
new file mode 100644
index 000000000..881b39809
--- /dev/null
+++ b/.github/workflows/release-please-libnpmpack.yml
@@ -0,0 +1,29 @@
+# This file is automatically added by @npmcli/template-oss. Do not edit.
+
+name: Node Workspace Release Please libnpmpack
+
+on:
+ push:
+ paths:
+ - workspaces/libnpmpack/**
+ 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/libnpmpack/**
+ # 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}]