Skip to content

Commit f556de6

Browse files
authored
chore: adapt to new npm-gitflow version (#11)
1 parent 4fdc0e8 commit f556de6

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
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: 13 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netcracker/qubership-apihub-api-unifier",
3-
"version": "1.0.5-dev.1",
3+
"version": "1.0.5",
44
"description": "Tools for JsonSchema/Openapi/GraphQL spec for unified processing",
55
"module": "./dist/index.es.js",
66
"main": "./dist/index.cjs.js",
@@ -25,10 +25,7 @@
2525
"development:unlink": "npm unlink && npm unlink @netcracker/qubership-apihub-json-crawl && npm unlink @netcracker/qubership-apihub-graphapi",
2626
"test": "jest --verbose --maxWorkers 3",
2727
"test:coverage": "jest --verbose --coverage",
28-
"feature-start": "feature-start --featureName",
29-
"feature-finish": "feature-finish",
30-
"release-start": "release-start",
31-
"release-finish": "release-finish"
28+
"update-lock-file": "update-lock-file @netcracker"
3229
},
3330
"keywords": [
3431
"json",
@@ -49,7 +46,7 @@
4946
},
5047
"devDependencies": {
5148
"@netcracker/qubership-apihub-graphapi": "1.0.8",
52-
"@netcracker/qubership-apihub-npm-gitflow": "2.2.2",
49+
"@netcracker/qubership-apihub-npm-gitflow": "3.0.1",
5350
"@types/object-hash": "3.0.6",
5451
"@types/jest": "29.5.2",
5552
"@types/js-yaml": "4.0.5",

0 commit comments

Comments
 (0)