Skip to content

Commit

Permalink
feat(3171): Move pipeline template workflowGraph out of config into a…
Browse files Browse the repository at this point in the history
… new field (#37)

BREAKING CHANGE: Move workflowGraph out of config and keep it at the same level as config
  • Loading branch information
sagar1312 authored Sep 4, 2024
1 parent d317931 commit 96c3500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screwdriver-executor-router",
"version": "3.0.0",
"version": "4.0.0",
"description": "A generic plugin for routing builds to specified executors",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,8 +42,8 @@
"sinon": "^15.0.0"
},
"dependencies": {
"screwdriver-data-schema": "^23.0.4",
"screwdriver-executor-base": "^9.0.0",
"screwdriver-data-schema": "^24.0.0",
"screwdriver-executor-base": "^10.0.0",
"screwdriver-logger": "^2.0.0"
},
"release": {
Expand Down

0 comments on commit 96c3500

Please sign in to comment.