Skip to content

Commit

Permalink
feat: add changelog.yml file and use shared-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed May 10, 2023
1 parent 7376fcb commit 4c80040
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: changelog
permissions: write-all
on:
push:
tags:
- "*"
workflow_dispatch:
jobs:
changelog:
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
secrets: inherit
with:
branch: 'master'

0 comments on commit 4c80040

Please sign in to comment.