Skip to content

Commit

Permalink
correct tasks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Oct 25, 2024
1 parent 3cc39d8 commit ff7cb17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prerelease-type": "uds",
"extra-files": [
"bundle/uds-bundle.yaml",
"tasks/publish.yaml",
"tasks.yaml",
"plugins/zarf.yaml",
"zarf.yaml"
]
Expand Down
4 changes: 2 additions & 2 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ tasks:
- task: publish:package
with:
# x-release-please-start-version
version: "10.0.0-uds.1"
version: "10.1.1-uds.0"
# x-release-please-end

- task: publish:package
with:
# x-release-please-start-version
version: "10.0.0-uds.1"
version: "10.1.1-uds.0"
# x-release-please-end
name: mattermost-plugins

0 comments on commit ff7cb17

Please sign in to comment.