Skip to content

Commit

Permalink
chore(cli): release 0.39.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Aug 19, 2024
1 parent 9180bd7 commit 4a6d4ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
./scripts/live-test.sh "$cli_path" "$FERN_TOKEN"
publish-rc:
if: contains(inputs.version, '-rc')
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.FERN_NPM_TOKEN }}
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
run: pnpm --filter @fern-api/cli publish:cli:prod --tag prerelease

publish:
if: "!contains(inputs.version, '-rc')"
needs: live-test
runs-on: ubuntu-latest
env:
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.39.7] - 2024-08-18
## [0.39.10] - 2024-08-18

- Chore: Intialize this changelog
2 changes: 1 addition & 1 deletion packages/cli/cli/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.39.9
0.39.10

0 comments on commit 4a6d4ff

Please sign in to comment.