Skip to content

Commit

Permalink
Merge pull request #688 from wheresrhys/rhys/release-please3
Browse files Browse the repository at this point in the history
Rhys/release please3
  • Loading branch information
wheresrhys authored Jul 14, 2024
2 parents 35b20ab + 211368d commit d3244dc
Show file tree
Hide file tree
Showing 68 changed files with 1,876 additions and 3,323 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- run: |
NPM_PUBLISH_TAG=$([[ $CIRCLE_TAG =~ -[a-z-]+ ]] && echo "pre-release" || echo "latest")
echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > ${HOME}/.npmrc
cd ./packages/fetch-mock
cd ./packages/fetch-mock-legacy
npm version --no-git-tag-version $CIRCLE_TAG
npm publish --access public --tag $NPM_PUBLISH_TAG
Expand Down
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage/*
docs/js
docs/_site
packages/*/dist/*
packages/fetch-mock-legacy/types/fetch-mock-tests.js
13 changes: 13 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: release-please
on:
push:
branches:
- main

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4


4 changes: 4 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"packages/fetch-mock-legacy": "10.0.7",
"packages/fcore": "2.3.4"
}
Loading

0 comments on commit d3244dc

Please sign in to comment.