Skip to content

chore: release CLI v1.1.1 #388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/integration-test-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ on:
- main

jobs:
cli-integration-test:
skip:
name: CLI Integration Tests
runs-on: ubuntu-latest
steps:
- name: skip
run: echo skip

cli-integration-test:
name: CLI Integration Test Matrix
# Note: `prepare-release.yaml` sets this commit message
if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutorialkit/cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "Interactive tutorials powered by WebContainer API",
"author": "StackBlitz Inc.",
"type": "module",
Expand Down