Skip to content

Commit

Permalink
feat: add changelog action
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-alexlew committed Jun 10, 2024
1 parent 9e031c9 commit 4615a61
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/generate-changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Generate Release Changelog

on:
workflow_dispatch:

permissions:
contents: read
# packages: write
# issues: write

jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser-pro
# 'latest', 'nightly', or a semver
version: latest
args: changelog
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
File renamed without changes.
File renamed without changes.

0 comments on commit 4615a61

Please sign in to comment.