Skip to content

Commit

Permalink
migrate to new azure release workflow (#95)
Browse files Browse the repository at this point in the history
* migrate to new azure release workflow

* format
  • Loading branch information
davidgamero committed Jan 30, 2024
1 parent bc474d7 commit 340b2c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 0 additions & 10 deletions .github/workflows/tag-and-draft.yml

This file was deleted.

0 comments on commit 340b2c4

Please sign in to comment.