Skip to content

v3.0.0-beta.45

v3.0.0-beta.45 #6

Workflow file for this run

name: Generate changelog
on:
release:
types: [created, edited, prereleased]
jobs:
generate-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: BobAnkh/[email protected]
with:
REPO_NAME: 'michelonsouza/encrypt-storage'
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PATH: 'CHANGELOG.md'
COMMIT_MESSAGE: 'docs(CHANGELOG): update release notes'
TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'