fix: remove outdated npm registry links (#18727)

* fix: remove outdated npm registry links

* revert cypress schematic change

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
This commit is contained in:
Zachary Williams
2021-11-08 18:14:03 -06:00
committed by GitHub
parent 4d9fb6c507
commit 4ded6c9624
3 changed files with 3 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ const semanticReleaseNoUpdate = (version) => {
[semantic-release] ⚠ Run automated release from branch master on repository https://github.com/cypress-io/cypress.git in dry-run mode
[semantic-release] ✔ Allowed to push to the Git repository
[semantic-release] Start step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] [@semantic-release/npm] Verify authentication for registry http://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] Verify authentication for registry https://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] Reading npm config from /cypress/npm/package/.npmrc
[semantic-release] ✔ Completed step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] Found git tag @cypress/package-v${version} associated with version ${version} on branch master
@@ -66,7 +66,7 @@ const semanticReleaseUpdate = (oldVersion, newVersion) => {
[semantic-release] ⚠ Run automated release from branch master on repository https://github.com/cypress-io/cypress.git in dry-run mode
[semantic-release] ✔ Allowed to push to the Git repository
[semantic-release] Start step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] [@semantic-release/npm] Verify authentication for registry http://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] Verify authentication for registry https://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] Reading npm config from /cypress/npm/package/.npmrc
[semantic-release] ✔ Completed step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] Found git tag @cypress/package-v${oldVersion} associated with version ${oldVersion} on branch master
@@ -150,7 +150,7 @@ const semanticReleaseNew = () => {
[semantic-release] ⚠ Run automated release from branch master on repository https://github.com/cypress-io/cypress.git in dry-run mode
[semantic-release] ✔ Allowed to push to the Git repository
[semantic-release] Start step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] [@semantic-release/npm] Verify authentication for registry http://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] Verify authentication for registry https://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] Reading npm config from /cypress/npm/package/.npmrc
[semantic-release] ✔ Completed step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] No git tag version found on branch master