mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 13:06:56 +00:00
v4 release and workflow update
This commit is contained in:
parent
208de6bd49
commit
7ced29b7c8
2 changed files with 16 additions and 8 deletions
20
.github/workflows/release-pr.yml
vendored
20
.github/workflows/release-pr.yml
vendored
|
|
@ -1,14 +1,18 @@
|
|||
name: Create release PR
|
||||
name: release Project
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- CHANGELOG.md
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
release:
|
||||
description: 'Define release version (ex: v1, v2, v3)'
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
release-pr:
|
||||
uses: OliverMKing/javascript-release-workflow/.github/workflows/release-pr.yml@main
|
||||
release:
|
||||
permissions:
|
||||
actions: read
|
||||
contents: write
|
||||
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@e4a1a0385530d6861c9a9b7262058ad33b10c769
|
||||
with:
|
||||
release: ${{ github.event.inputs.release }}
|
||||
changelogPath: ./CHANGELOG.md
|
||||
|
|
|
|||
4
CHANGELOG.md
Normal file
4
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Change Log
|
||||
|
||||
## [4.0.0] - 2024-02-12
|
||||
- #121 update to node20 as node16 is deprecated
|
||||
Loading…
Reference in a new issue