Skip to content

Commit

Permalink
feat(npm/autodiscovery): release 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Vernin <[email protected]>
  • Loading branch information
olblak committed Nov 7, 2023
1 parent 598d6ac commit 2bf0a55
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions updatecli/policies/npm/autodiscovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CHANGELOG
## 0.3.0

* update default pipelineid value to use _ instead /
* update pipeline name

## 0.2.0

* remove github branch detection

## 0.1.0

* init policy

2 changes: 1 addition & 1 deletion updatecli/policies/npm/autodiscovery/Policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
url: "https://github.com/updatecli/policies/"
documentation: "https://github.com/updatecli/policies/tree/main/updatecli/policies/npm/autodiscovery/README.md"
source: "https://github.com/updatecli/policies/tree/main/updatecli/policies/npm/autodiscovery/"
version: 0.2.0
version: 0.3.0
vendor: Updatecli Project

licenses:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# {{ $GitHubPAT := env "GITHUB_TOKEN"}}
# {{ $GitHubUsername := env "GITHUB_ACTOR"}}}

name: "Updatecli Autodiscovery"
name: "deps: bump All NPM packages version"
pipelineid: {{ .pipelineid }}

autodiscovery:
Expand Down
2 changes: 1 addition & 1 deletion updatecli/policies/npm/autodiscovery/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pipelineid: npm/autodiscovery
pipelineid: npm_autodiscovery
automerge: false

scm:
Expand Down

0 comments on commit 2bf0a55

Please sign in to comment.