draw from lerna
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: Create release PR
|
||||
|
||||
run-name: Create release PR for v${{ github.event.inputs.version }}
|
||||
run-name: Create release PR for new v${{ github.event.inputs.version }} version
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION=$(cat package.json | jq -r '.version')
|
||||
VERSION=$(cat lerna.json | jq -r '.version')
|
||||
|
||||
echo "Current version: $VERSION"
|
||||
echo "Incrementing $1 version"
|
||||
|
||||
Reference in New Issue
Block a user