Skip to content

Bump @aws-sdk/client-marketplace-catalog from 3.545.0 to 3.565.0 (#266) #172

Bump @aws-sdk/client-marketplace-catalog from 3.545.0 to 3.565.0 (#266)

Bump @aws-sdk/client-marketplace-catalog from 3.545.0 to 3.565.0 (#266) #172

Workflow file for this run

name: Release Notes
on:
push:
branches:
- main
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
jobs:
release:
name: Release
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Create/Update Draft
uses: lucacome/[email protected]
with:
minor-label: 'enhancement'
major-label: 'change'
publish: ${{ startsWith(github.ref, 'refs/tags/') }}
collapse-after: 20