Skip to content

Commit

Permalink
Undo CI releasing because I cannot set secrets on the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Aug 17, 2023
1 parent 66485e8 commit 359258f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 42 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/publish.yml

This file was deleted.

4 changes: 0 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,3 @@ release process. It will prompt you to to choose the version number after which
you will have the chance to hand tweak the changelog to be used (for the
`CHANGELOG.md` and GitHub release), then `release-it` continues on to tagging,
pushing the tag and commits, etc.

Once the tag has been pushed, the GitHub workflow `publish.yml` will be triggered
to publish the package(s) to npm. This workflow does not wait for tests to pass, so
be sure to only run `release-it` on a passing build.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"@babel/plugin-transform-modules-amd": "^7.16.7",
"@babel/plugin-transform-strict-mode": "^7.16.7",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@release-it-plugins/workspaces": "^4.0.0",
"amd-name-resolver": "1.3.1",
"babel-plugin-module-resolver": "^4.1.0",
"broccoli-test-helpers": "0.0.9",
Expand All @@ -74,9 +73,6 @@
},
"release-it": {
"plugins": {
"@release-it-plugins/workspaces": {
"publish": false
},
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
Expand All @@ -85,7 +81,6 @@
"git": {
"tagName": "v${version}"
},
"npm": false,
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
Expand Down

0 comments on commit 359258f

Please sign in to comment.