Skip to content

Commit

Permalink
ci: dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Mar 27, 2023
1 parent 2a47472 commit 06f0355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Expand Up @@ -99,14 +99,14 @@ jobs:
python3 -m pip freeze
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
id: semantic # Need an `id` for output variables
with:
# https://github.com/marketplace/actions/action-for-semantic-release#semantic_version
# https://github.com/semantic-release/semantic-release/releases
semantic_version: 21.0.0

# To debug, see these options:
# https://github.com/marketplace/actions/action-for-semantic-release#dry_run
dry_run: true
# https://github.com/marketplace/actions/action-for-semantic-release#branches

# https://github.com/marketplace/actions/action-for-semantic-release#extra_plugins
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -6,6 +6,7 @@
"url": "https://github.com/andreoliwa/nitpick.git"
},
"release": {
"dryRun": true,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 06f0355

Please sign in to comment.