Skip to content

Commit

Permalink
Update semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorBalbo committed Dec 21, 2023
1 parent d05962d commit a7d5f8b
Show file tree
Hide file tree
Showing 3 changed files with 5,700 additions and 1,402 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Expand Up @@ -20,20 +20,21 @@ variables:
value: $[counter('buildCounter',1)]

resources:
repositories:
repositories:
- repository: templates
type: git
name: Operações/template-take-blip
ref: refs/tags/v1.4.46

extends:
template: template-pipeline.yml@templates
parameters:
template: template-pipeline.yml@templates
parameters:
packagename: blip-chat-widget
type: javascript
to: semantic-release
skipSast: true
skipSonarBranch: false
nodeVersion: "14.21.3"
npmCmds:
- 'npm prune'
- 'npm run build'

0 comments on commit a7d5f8b

Please sign in to comment.