Skip to content

fix: preserve trailing newlines in text-based 3-way merges #22368

fix: preserve trailing newlines in text-based 3-way merges

fix: preserve trailing newlines in text-based 3-way merges #22368

Workflow file for this run

name: Feature release
on:
pull_request:
types: [ opened, synchronize, reopened, labeled, unlabeled ]
paths-ignore:
- "README.md"
permissions:
attestations: write
contents: write
id-token: write
pull-requests: write
packages: write
issues: write
jobs:
release:
if: |
github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'release/feature')
uses: cloudposse/.github/.github/workflows/shared-go-auto-release.yml@8244c7c9142e92281e7841f655fa48e9ceb9b454 # main
with:
publish: true
prerelease: true
format: binary
environment: 'feature-releases'
runs-on: '["runs-on=${{github.run_id}}", "runner=large", "tag=atmos","extras=s3-cache", "private=false"]'
draft: ${{ github.event.pull_request.draft }}
secrets: inherit