Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2019

This PR contains the following updates:

Package Type Update New value References Sourcegraph
semantic-release devDependencies patch ^16.0.0-beta.46 source code search for "semantic-release"

Release Notes

semantic-release/semantic-release

v16.0.0-beta.46

Compare Source

Bug Fixes
  • look also for previous prerelease versions to determine the next one (9772563)

v16.0.0-beta.45

Compare Source

Bug Fixes
  • correct log when adding channel to tag (61665be)
  • remove unnecessary await (9a1af4d)
  • verify is branch is up to date by comparing remote and local HEAD (a8747c4)

v16.0.0-beta.44

Compare Source

Bug Fixes
  • increase next version on prerelease branch based on highest commit type (9ecc7a3)

v16.0.0-beta.43

Compare Source

Features
  • require Node.js >=10.13 (0716a45)
BREAKING CHANGES
  • Require Node.js >= 10.13

v16.0.0-beta.42

Compare Source

Features
  • allow to release any version on a branch if up to date with next branch (916c268)

v16.0.0-beta.41

Compare Source

Bug Fixes
  • package: update cosmiconfig to version 6.0.0 (ffff100)
  • package: update yargs to version 15.0.1 (2c13136)
  • use authenticated URL to check if local branch is up to date (7a939a8)

v16.0.0-beta.40

Compare Source

Bug Fixes
  • modify fetch function to handle CircleCI specifics (cbef9d1)

v16.0.0-beta.39

Compare Source

Features
  • use Git notes to store the channels on which a version has been released (b2c1b2c)
BREAKING CHANGES
  • this feature change the way semantic-release keep track of the channels on which a version has been released.
    It now use a JSON object stored in a Git note instead of Git tags formatted as v{version}@​{channel}.

The tags formatted as v{version}@​{channel} will now be ignored. If you have made releases with v16.0.0 on branches other than the default one you will have to update your repository.

The changes to make consist in:

  • Finding all the versions that have been released on a branch other than the default one by searching for all tags formatted v{version}@​{channel}
  • For each of those version:
    • Create a tag without the @​{channel} if none already exists
    • Add a Git note to the tag without the @​{channel} containing the channels on which the version was released formatted as {"channels":["channel1","channel2"]} and using null for the default channel (for example.{"channels":[null,"channel1","channel2"]})
    • Push the tags and notes
    • Update the GitHub releases that refer to a tag formatted as v{version}@​{channel} to use the tag without it
    • Delete the tags formatted as v{version}@​{channel}

See this script to help with the migration: https://gist.github.com/pvdlg/6b19e529ee5c1a20645675a44e5b3239

v16.0.0-beta.38

Compare Source

Bug Fixes
  • add a flag indicate which branch is the main one (2caafba)

v16.0.0-beta.37

Compare Source

Bug Fixes
  • add channel to publish success log (5744c5e)
  • correctly determine release to add to a channel (aec96c7)
  • do not create tags in dry-run mode for released to add to a channel (97748c5)

v16.0.0-beta.36

Compare Source

Reverts
  • fix: update commit-analyzer dep version off errant publish (1275b8c)

v16.0.0-beta.35

Compare Source

Bug Fixes
  • update commit-analyzer dep version off errant publish (8d89105)

v16.0.0-beta.34

Compare Source

Bug Fixes
  • update plugins dependencies (9890584)

v16.0.0-beta.33

Compare Source

Bug Fixes
  • allow multiple branches with same channel (63f51ae)

v16.0.0-beta.32

Compare Source

Bug Fixes
  • handle branch properties set to false (751a5f1)

v16.0.0-beta.31

Compare Source

Bug Fixes
  • simplify get-tags algorithm (00420a8)

v16.0.0-beta.30

Compare Source

Bug Fixes
  • call getTagHead only when necessary (de77a79)
  • throws error if the commit associated with a tag cannot be found (1317348)

v16.0.0-beta.29

Compare Source

Bug Fixes
  • package: update micromatch to version 4.0.2 (5618641)

v16.0.0-beta.28

Compare Source

Bug Fixes
  • display erroring git commands properly (1edae67)
  • remove hack to workaround GitHub Rebase & Merge (844e0b0)
Performance Improvements
  • use git tag --merge <branch> to filter tags present in a branch history (cffe9a8)
BREAKING CHANGES
  • Git CLI version 2.7.1 or higher is now required

The --merge option of the git tag command has been added in Git version 2.7.1 and is now used by semantic-release

v16.0.0-beta.27

Compare Source

Bug Fixes

v16.0.0-beta.26

Compare Source

Bug Fixes
  • package: update execa to version 3.0.0 (9537927)

v16.0.0-beta.25

Compare Source

Bug Fixes
  • update plugins dependencies (73f0c77)

v16.0.0-beta.24

Compare Source

Bug Fixes
  • allow to set ci option via API and config file (862ec4c)
  • correctly handle skipped releases (1243f79)
  • prefix git auth with "x-access-token:" when run in a GitHub Action (038e640)
  • package: update semver to version 6.0.0 (d61e3bc)
  • remove unnecessary branch parameter from push function (ffe1062)
  • package: update aggregate-error to version 2.0.0 (1aefd98)
  • package: update aggregate-error to version 3.0.0 (06fe435)
  • package: update dependency lodash to address security warnings (#​1253) (9a8a36c)
  • package: update env-ci to version 4.0.0 (8051294)
  • package: update execa to version 2.0.0 (52c48be)
  • package: update figures to version 3.0.0 (f4cf7c8)
  • package: update get-stream to version 5.0.0 (0a584de)
  • package: update hook-std to version 2.0.0 (db3fc3e)
  • package: update hosted-git-info to version 3.0.0 (391af98)
  • package: update marked to version 0.6.0 (b7aeaba)
  • package: update marked to version 0.7.0 (75f0830)
  • package: update p-locate to version 4.0.0 (a5babc6)
  • package: update p-reduce to version 2.0.0 (30723c5)
  • package: update read-pkg-up to version 5.0.0 (a90a103)
  • package: update read-pkg-up to version 6.0.0 (74103ab)
  • package: update resolve-from to version 5.0.0 (6f3c21a)
  • package: update yargs to version 13.1.0 (aed4ea2)
  • package: update yargs to version 14.0.0 (3c2fe35)
Features
  • allow publish plugins to return false in order to signify no release was done (70c68ef)
  • require Node.js >=8.15 (f1d983d)
Reverts
  • docs: broken link docs/03-recipes/travis.md (eea5de2)
  • docs: cleaned "Developer guide" section navigation (3c4a0fb)
  • docs: corrections and further clarifications (ce3d1bc)
  • docs: made doc file org clearer and augmented content (5e41dc8)
  • docs: note publishing on distribution channels in beta (54d8e3f)
  • docs: repared broken links to "CI configuration recipes" (e00b6c8)
  • docs: synched README.md and SUMMARY.md (e770c50)
  • docs: update semantic-release-cli broken link (58aaf05)
  • docs(contributing): added instructions on how to run gitbook locally (55c3616)
  • docs(contributing): copy/pasted "Use gitbook locally" instruction from original url (c517c70)
  • docs(recipes): cleaned doc and navigation (a6188d3)
  • feat: create annotated tags (0629f3c)
  • fix: prefix git auth url with "x-access-token:" when run in a GitHub Action (f67a667)
  • fix: revert to execa ^1.0.0 (fa62d0b)
  • fix(package): update @​semantic-release/github back to a build from the beta branch (d120eae)
BREAKING CHANGES
  • Require Node.js => 8.15

v16.0.0-beta.23

Compare Source

Bug Fixes

v16.0.0-beta.22

Compare Source

Features

v16.0.0-beta.21

Compare Source

Bug Fixes
  • revert to the correct refspec in fetch function (9948a74)

v16.0.0-beta.20

Compare Source

Bug Fixes
  • Add helpful detail to ERELEASEBRANCHES error message (#​1188) (37bcc9e)
  • repositoryUrl: on beta repositoryUrl needs auth for pre-release flows (#​1186) (3610422)

v16.0.0-beta.19

Compare Source

Bug Fixes
  • fix maintenance branch regex (a022996)

Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@codecov-io
Copy link

codecov-io commented Jun 1, 2019

Codecov Report

Merging #46 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   65.18%   65.18%           
=======================================
  Files          11       11           
  Lines         293      293           
  Branches       20       20           
=======================================
  Hits          191      191           
  Misses        102      102

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d8659e6...be5bd42. Read the comment docs.

@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch 5 times, most recently from ccaf4b3 to de8d6b3 Compare June 5, 2019 21:32
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.19 chore(deps): update dependency semantic-release to ^16.0.0-beta.20 Jun 5, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from de8d6b3 to f3042c2 Compare June 6, 2019 17:05
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.20 chore(deps): update dependency semantic-release to ^16.0.0-beta.21 Jun 6, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch 2 times, most recently from 7cd452c to bf3f577 Compare June 7, 2019 20:15
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.21 chore(deps): update dependency semantic-release to ^16.0.0-beta.22 Jun 7, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch 3 times, most recently from 18dfae2 to 6c89b34 Compare July 1, 2019 20:17
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from 6c89b34 to 57aa48e Compare July 23, 2019 11:54
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch 5 times, most recently from 240cc43 to ac797f9 Compare August 6, 2019 11:35
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch 2 times, most recently from b68f09f to bbea999 Compare September 1, 2019 09:09
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from bbea999 to 32fdb6c Compare September 12, 2019 19:42
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.22 chore(deps): update dependency semantic-release to ^16.0.0-beta.23 Sep 12, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from 32fdb6c to 28d775b Compare September 13, 2019 21:23
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.23 chore(deps): update dependency semantic-release to ^16.0.0-beta.24 Sep 13, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch 2 times, most recently from a533e0d to 104df74 Compare October 1, 2019 08:15
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.33 chore(deps): update dependency semantic-release to ^16.0.0-beta.34 Nov 21, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from 506a7a3 to 587302b Compare November 21, 2019 04:23
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.34 chore(deps): update dependency semantic-release to ^16.0.0-beta.35 Nov 21, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from 587302b to bd42dc8 Compare November 23, 2019 16:17
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.35 chore(deps): update dependency semantic-release to ^16.0.0-beta.36 Nov 23, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from bd42dc8 to e770b82 Compare November 27, 2019 20:28
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.36 chore(deps): update dependency semantic-release to ^16.0.0-beta.37 Nov 27, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from e770b82 to 1679557 Compare November 28, 2019 19:07
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.37 chore(deps): update dependency semantic-release to ^16.0.0-beta.38 Nov 28, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch 2 times, most recently from 4253b04 to d60ddbc Compare December 3, 2019 04:49
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.38 chore(deps): update dependency semantic-release to ^16.0.0-beta.39 Dec 3, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from d60ddbc to bcb7a18 Compare December 3, 2019 23:20
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.39 chore(deps): update dependency semantic-release to ^16.0.0-beta.40 Dec 3, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from bcb7a18 to c7d5fdd Compare December 4, 2019 01:43
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.40 chore(deps): update dependency semantic-release to ^16.0.0-beta.41 Dec 4, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from c7d5fdd to 72681d9 Compare December 4, 2019 23:14
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.41 chore(deps): update dependency semantic-release to ^16.0.0-beta.42 Dec 4, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from 72681d9 to c87ab43 Compare December 5, 2019 18:34
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.42 chore(deps): update dependency semantic-release to ^16.0.0-beta.43 Dec 5, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from c87ab43 to a751b20 Compare December 10, 2019 03:46
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.43 chore(deps): update dependency semantic-release to ^16.0.0-beta.44 Dec 10, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from a751b20 to dcc2e87 Compare December 10, 2019 05:36
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.44 chore(deps): update dependency semantic-release to ^16.0.0-beta.45 Dec 10, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from dcc2e87 to be5bd42 Compare December 13, 2019 21:21
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to ^16.0.0-beta.45 chore(deps): update dependency semantic-release to ^16.0.0-beta.46 Dec 13, 2019
@sqs
Copy link
Member

sqs commented Dec 22, 2019

The @semantic-release/commit-analyzer package published an accidentally incorrect version that this package used:

error An unexpected error occurred: "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-7.0.0-beta-.2.tgz: Request failed \"404 Not Found\"".

This upgrades the semantic-release package so that this package no longer depends on the invalid and removed package.

@sqs sqs merged commit 3c279fe into master Dec 22, 2019
@sqs sqs deleted the renovate/semantic-release-monorepo branch December 22, 2019 01:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants