mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-04-14 18:42:20 +08:00
release workflow (#297)
* release workflow * prettier * switch to azure repo and sha
This commit is contained in:
parent
a462095a3c
commit
d6508445a1
17
.github/workflows/release-pr.yml
vendored
17
.github/workflows/release-pr.yml
vendored
@ -1,14 +1,15 @@
|
|||||||
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
|
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@12e20b8
|
||||||
with:
|
with:
|
||||||
release: ${{ github.event.inputs.release }}
|
changelogPath: ./CHANGELOG.md
|
||||||
|
|||||||
11
CHANGELOG.md
Normal file
11
CHANGELOG.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## [4.10.0] - 2023-10-30
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- #287 Make annotating resources optional
|
||||||
|
- #283 Fix “Service” route-method of the Blue-Green strategy with some manifest files
|
||||||
|
- #281 bump codeql to node 16
|
||||||
|
- #279 upgrade codeql
|
||||||
|
- #276 Fixes multiple namespaces bug
|
||||||
Loading…
x
Reference in New Issue
Block a user