Skip to content

Add --version flag with build-time version injection via tsdown #6

Add --version flag with build-time version injection via tsdown

Add --version flag with build-time version injection via tsdown #6

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
id-token: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
- run: bun install
# Build first since we use the local workspace package
- run: bun run --filter @varlock/bumpy build
- run: bunx bumpy ci release
env:
GH_TOKEN: ${{ github.token }}