-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release workflow * prettier * switch to azure repo and sha
- Loading branch information
1 parent
a462095
commit d650844
Showing
2 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
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: | ||
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@12e20b8 | ||
with: | ||
release: ${{ github.event.inputs.release }} | ||
changelogPath: ./CHANGELOG.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |