Skip to content

Commit

Permalink
Onboard to pf-consumer-testing (#1)
Browse files Browse the repository at this point in the history
* Onboard to pf-consumer-testing

* Remove PR preview action
  • Loading branch information
wise-king-sullyman committed Oct 2, 2023
1 parent 69f0cfe commit cdd1b07
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 51 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/deploy-pr-preview.yaml

This file was deleted.

12 changes: 3 additions & 9 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
test-and-release:
name: Release to npm and publish docs
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -25,14 +27,6 @@ jobs:
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn run semantic-release
- name: Build Storybook
run: yarn storybook:export
- name: Deploy Storybook to GitHub Pages
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
BRANCH: gh-pages
FOLDER: storybook-static
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@migtools/lib-ui",
"name": "@pf-consumer-testing/lib-ui",
"version": "1.0.0",
"main": "dist/index.js",
"module": "dist/index.es.js",
"files": [
"dist"
],
"repository": "https://github.com/migtools/lib-ui.git",
"repository": "https://github.com/patternfly-extension-testing/lib-ui.git",
"publishConfig": {
"access": "public",
"branches": [
Expand Down
28 changes: 28 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"enabledManagers": ["npm"],
"rangeStrategy": "bump",
"includeForks": true,
"packageRules": [
{
"packagePatterns": ["*"],
"excludePackagePatterns": ["@patternfly/*"],
"enabled": false
},
{
"datasources": ["npm"],
"packagePatterns": ["@patternfly/*"],
"excludePackageNames": ["@patternfly/documentation-framework", "@patternfly/patternfly-a11y"],
"groupName": "patternfly",
"followTag": "prerelease"
},
{
"datasources": ["npm"],
"matchPackageNames": ["@patternfly/documentation-framework", "@patternfly/patternfly-a11y"],
"groupName": "patternfly",
"followTag": "latest"
}
]
}

0 comments on commit cdd1b07

Please sign in to comment.