4
0
Fork 0
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:
David Gamero 2024-02-12 18:04:18 -05:00
parent 208de6bd49
commit 7ced29b7c8
No known key found for this signature in database
GPG key ID: 3E5D7DFB323BE175
2 changed files with 16 additions and 8 deletions

View file

@ -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
View file

@ -0,0 +1,4 @@
# Change Log
## [4.0.0] - 2024-02-12
- #121 update to node20 as node16 is deprecated