4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 21:16:57 +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: on:
push:
branches:
- main
paths:
- CHANGELOG.md
workflow_dispatch: workflow_dispatch:
inputs:
release:
description: 'Define release version (ex: v1, v2, v3)'
required: true
jobs: jobs:
release-pr: release:
uses: OliverMKing/javascript-release-workflow/.github/workflows/release-pr.yml@main permissions:
actions: read
contents: write
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@e4a1a0385530d6861c9a9b7262058ad33b10c769
with: 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