Skip to content

Commit e11bfc4

Browse files
authored
Release new version of all packages, update custom release (RedHatInsights#766)
1 parent 3cf87a1 commit e11bfc4

3 files changed

Lines changed: 55 additions & 45 deletions

File tree

.travis/custom_release.sh

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,26 @@
22
set -e
33
set -x
44

5-
if [[ "${TRAVIS_BRANCH}" = "master" ]]; then
5+
if [ "${TRAVIS_BRANCH}" = "master" ]
6+
then
67
for env in ci qa
78
do
8-
echo
9-
echo
109
echo "PUSHING ${env}-beta"
11-
rm -rf ./build/.git
10+
rm -rf ./dist/.git
1211
.travis/release.sh "${env}-beta"
1312
done
1413

14+
elif [ "${TRAVIS_BRANCH}" = "master-stable" ]
15+
then
16+
for env in ci qa
17+
do
18+
echo "PUSHING ${env}-stable"
19+
rm -rf ./dist/.git
20+
.travis/release.sh "${env}-stable"
21+
done
22+
1523
elif [[ "${TRAVIS_BRANCH}" = "prod-beta" || "${TRAVIS_BRANCH}" = "prod-stable" || "${TRAVIS_BRANCH}" = "qa-stable" || "${TRAVIS_BRANCH}" = "qa-beta" || "${TRAVIS_BRANCH}" = "ci-stable" ]]; then
24+
echo "PUSHING ${TRAVIS_BRANCH}"
25+
rm -rf ./build/.git
1626
.travis/release.sh "${TRAVIS_BRANCH}"
1727
fi

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"@patternfly/react-core": "^4.47.0",
77
"@patternfly/react-icons": "^4.7.4",
88
"@patternfly/react-table": "4.16.7",
9-
"@redhat-cloud-services/frontend-components": "2.4.3",
10-
"@redhat-cloud-services/frontend-components-inventory-compliance": "2.2.1",
9+
"@redhat-cloud-services/frontend-components": "2.4.4",
10+
"@redhat-cloud-services/frontend-components-inventory-compliance": "2.2.4",
1111
"@redhat-cloud-services/frontend-components-inventory-general-info": "2.2.1",
1212
"@redhat-cloud-services/frontend-components-inventory-insights": "2.6.3",
13-
"@redhat-cloud-services/frontend-components-inventory-patchman": "0.22.1",
14-
"@redhat-cloud-services/frontend-components-inventory-vulnerabilities": "^1.45.3",
13+
"@redhat-cloud-services/frontend-components-inventory-patchman": "0.24.0",
14+
"@redhat-cloud-services/frontend-components-inventory-vulnerabilities": "^1.46.0",
1515
"@redhat-cloud-services/frontend-components-notifications": "2.2.1",
1616
"@redhat-cloud-services/frontend-components-remediations": "^2.2.2",
1717
"@redhat-cloud-services/frontend-components-utilities": "2.2.1",
18-
"@redhat-cloud-services/host-inventory-client": "1.0.64",
18+
"@redhat-cloud-services/host-inventory-client": "1.0.72",
1919
"classnames": "^2.2.6",
2020
"graphql": "^15.0.0",
2121
"marked": "^1.1.0",

0 commit comments

Comments
 (0)