Skip to content

Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 #37

Bump github.com/onsi/gomega from 1.27.10 to 1.28.0

Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 #37

Workflow file for this run

name: Changelog
on: push
jobs:
generate_changelog:
runs-on: ubuntu-latest
steps:
- name: Generate change log
uses: heinrichreimer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
headerLabel: "# Changelog"
breakingLabel: '### Breaking'
enhancementLabel: '### Enhancements'
stripGeneratorNotice: true
bugsLabel: '### Fixes'
issues: true
issuesWoLabels: true
pullRequests: true
prWoLabels: true
author: false
verbose: true
- name: "🖨️ Print changelog to console"
run: cat CHANGELOG.md
- name: "📤 Upload changelog"
uses: actions/[email protected]
with:
name: "Changelog"
path: CHANGELOG.md