Skip to content

Commit

Permalink
feat(release): add SEMANTIC_RELEASE_ARGS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Nov 20, 2019
1 parent 442a7aa commit 23fbb9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base_sementic_release_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#
# Additional plugins
SEMANTIC_RELEASE_PLUGINS: "@semantic-release/changelog @semantic-release/git"
SEMANTIC_RELEASE_ARGS: ""
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths:
Expand All @@ -31,4 +32,4 @@
# Install semantic-release
- yarn global add semantic-release $SEMANTIC_RELEASE_PLUGINS
# Run semantic-release
- semantic-release
- semantic-release $SEMANTIC_RELEASE_ARGS

0 comments on commit 23fbb9b

Please sign in to comment.