Skip to content

Commit 2f80b39

Browse files
committed
chore: adapt to new npm-gitflow version
1 parent 7bc96e9 commit 2f80b39

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.github/workflows/frontend-ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ on:
44
push:
55
branches:
66
- release
7+
- hotfix
78
- develop
89
- feature/*
10+
- bugfix/*
911
tags:
1012
- '**'
1113
delete:
12-
branches:
13-
- release
14-
- feature/*
1514

1615
jobs:
1716
call-frontend-ci-workflow:

package-lock.json

Lines changed: 11 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@
2424
"test": "jest --maxWorkers 3 --verbose",
2525
"test:compatibility-suites": "jest --findRelatedTests --detectOpenHandles test/compatibility-suites/*",
2626
"test:human-readble": "jest --findRelatedTests --detectOpenHandles test/human-readable/*",
27-
"feature-start": "feature-start --featureName",
28-
"feature-finish": "feature-finish",
29-
"release-start": "release-start",
30-
"release-finish": "release-finish"
27+
"update-lock-file": "update-lock-file @netcracker"
3128
},
3229
"dependencies": {
3330
"@netcracker/qubership-apihub-api-unifier": "1.0.4",
@@ -37,7 +34,7 @@
3734
"devDependencies": {
3835
"@netcracker/qubership-apihub-compatibility-suites": "2.0.3",
3936
"@netcracker/qubership-apihub-graphapi": "1.0.8",
40-
"@netcracker/qubership-apihub-npm-gitflow": "2.2.2",
37+
"@netcracker/qubership-apihub-npm-gitflow": "3.0.1",
4138
"@types/jest": "29.5.11",
4239
"@types/node": "20.11.6",
4340
"@typescript-eslint/eslint-plugin": "6.13.2",

0 commit comments

Comments
 (0)