Skip to content

Update semantic-release to the latest version 🚀 - #24

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/semantic-release-7.0.1
Open

Update semantic-release to the latest version 🚀#24
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/semantic-release-7.0.1

Conversation

@greenkeeper

Copy link
Copy Markdown

Version 7.0.1 of semantic-release just got published.

Dependency semantic-release
Current Version 6.3.6
Type devDependency

The version 7.0.1 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of semantic-release.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notesv7.0.1

7.0.1 (2017-08-14)

Bug Fixes

  • post: Create a tag before makeing a release (3f85597)
  • post: fix target_commitish to be the default branch (f148a61)
Commits

The new version differs by 9 commits.

  • 3f85597fix(post): Create a tag before makeing a release
  • f148a61fix(post): fix target_commitish to be the default branch
  • 5b3bdd2chore: remove console.log
  • 64d84a0chore(travis): drop builds in Node <4
  • 1fa6d50fix(package): update @semantic-release/release-notes-generator to version 3.0.1
  • 6145bc9docs(readme): add sgc (#386)
  • 609b46fdocs(README): minor typo (#376)
  • 76cd99cchore(package): update standard to version 9.0.0
  • 22dc640chore(package): update tap to version 10.0.1

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper

Copy link
Copy Markdown
Author

Version 7.0.2 just got published.

Update to this version instead 🚀

Release Notesv7.0.2

7.0.2 (2017-08-16)

Bug Fixes

  • post: create v1.2.3 tag tag instead of branch (3f85597)

    Note that if a version was released with v7.0.1, you will run into the ENOTINHISTORY error :( To recover, follow these steps:

    1. Make sure you are on your main branch and pulled the latest changes from remote
    2. Edit the package.json file, set "version" to what ever should have been released. As an example, let's say the new version number would be 1.2.3. Save the change
    3. run npm publish to release the new version. Make sure to run any pre-publish tasks first if you have any
    4. revert the changes
    5. create a tag with git tag v1.2.3 (put in the same version as in step 2. Push the tag to GitHub with git push --tags
    6. Manually create a release for the tag

    This will fix the problem and everything will work automagically again from here on now.

Commits

The new version differs by 1 commits.

  • 0c79a9bfix(post): create git tag properly

See the full diff

greenkeeperBot added a commit that referenced this pull request Sep 17, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 8.0.0 just got published.

Update to this version instead 🚀

Release Notesv8.0.0

8.0.0 (2017-08-19)

Bug Fixes

  • bin: adapt build leader error message to new leader detection algorithm (33dfcff)

BREAKING CHANGES

  • Remove support for publishing a package with node < 8. Details.
Commits

The new version differs by 4 commits.

  • 12b3539fix(package): @semantic-release/condition-travis@6.0.0
  • 33dfcfffix(bin): addapt build leader error to new leader detection algorithm
  • f534c57fix: remove support for node < 8
  • 9c52884chore: add package-lock

See the full diff

greenkeeperBot added a commit that referenced this pull request Sep 21, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 8.0.1 just got published.

Update to this version instead 🚀

Release Notesv8.0.1

8.0.1 (2017-09-18)

Bug Fixes

Commits

The new version differs by 4 commits.

  • 8c44c31fix(package): update @semantic-release/commit-analyzer to version 3.0.1
  • dd60b46fix(package): update @semantic-release/release-notes-generator to version 4.0.0
  • 88b5895docs(README): update commit lint suggestion (#429)
  • 1ceae83docs(troubleshooting): initial version (#399)

See the full diff

greenkeeperBot added a commit that referenced this pull request Sep 22, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 8.0.3 just got published.

Update to this version instead 🚀

Release Notesv8.0.3

8.0.3 (2017-09-21)

Bug Fixes

  • package: Set minimum node version to 4 (#442) (9951cf7)
Commits

The new version differs by 4 commits.

  • 9951cf7fix(package): Set minimum node version to 4 (#442)
  • 2d14c53fix(package): update @semantic-release/last-release-npm to version 2.0.0
  • 277d9abchore(package): update cz-conventional-changelog to version 2.0.0
  • 4612a05chore(package): update commitizen config

See the full diff

greenkeeperBot added a commit that referenced this pull request Oct 15, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 8.2.0 just got published.

Update to this version instead 🚀

Release Notesv8.2.0

8.2.0 (2017-10-12)

Features

  • Allow to recover from ENOTINHISTORY with a tag and handle detached head repo (580ad9c)
Commits

The new version differs by 16 commits.

  • 580ad9cfeat: Allow to recover from ENOTINHISTORY with a tag and handle detached head repo
  • 8e9d9f7fix: Always pass pluginConfig to plugins as a defined object
  • 90417c6fix: Exit with 1 if unexpected error happens
  • 85dd69bfeat: Retrieve version gitHead from git tags and unshallow the repo if necessary
  • cbb51a4ci(codecov): Set default branch in codecov.yml
  • a58d12dchore: Update badges
  • 42b3382ci(travis): Update .travis.yml
  • cc3c8f2ci: Use codecov for code coverage
  • abf92adrefactor: Use ES6, Test with AVA
  • 7fe0890chore: Remove editorconfig
  • f10f157chore: More generic .gitignore (Windows, Mac OS, Linux)
  • 40e296bchore: Remove lockfiles
  • 266a3f7chore: Add license file
  • 42456a3chore(package): update coveralls to version 3.0.0
  • 3a4334ffix(package): update @semantic-release/error to version 2.0.0

There are 16 commits in total.

See the full diff

greenkeeperBot added a commit that referenced this pull request Dec 21, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 11.0.2 just got published.

Update to this version instead 🚀

Release Notesv11.0.2

11.0.2 (2017-12-10)

Bug Fixes

  • log plugin type in addition of path (4053d8f)
Commits

The new version differs by 43 commits.

  • 4053d8ffix: log plugin type in addition of path
  • 88f33ecchore(package): update mockserver-client to version 5.1.1
  • 0761ef3style: update to prettier@1.9.0
  • f30fb6cchore(package): update prettier to version 1.9.0
  • 0113db2docs(README): add node support policy
  • eec4e68test: Isolate environment variables passed to semantic-release
  • 8371a03test: Verify Error instance type and SemanticReleaseError name
  • 2491032test: Add test to check unexpected plugin return values
  • 02ddf34Fix: Remove redundant test of commitAnalyzer plugin output
  • 6859591chore: Clean up mistakenly added configs
  • 613a646fix: Typo in error messages
  • d7b323dfix: Accept undefined values for the getLastRelease and generateNotes plugins
  • a7359bftest: Improve docker start/stop script
  • fcb832bfix: remove name from log as it's not an existing option anymore
  • 89f5e07chore(package): update ava to version 0.24.0

There are 43 commits in total.

See the full diff

greenkeeperBot added a commit that referenced this pull request Jan 13, 2018
@greenkeeper

Copy link
Copy Markdown
Author

Version 12.2.2 just got published.

Update to this version instead 🚀

Release Notesv12.2.2

12.2.2 (2018-01-13)

Bug Fixes

  • set node minimum version to 8.3 (cc0c312)
Commits

The new version differs by 31 commits.

  • cc0c312fix: set node minimum version to 8.3
  • 93173e2fix(package): update execa to version 0.9.0
  • 48ade92chore(package): update prettier to version 1.10.0
  • 49ad198docs(contrib): add atomic commits requirement
  • adbcca6docs: add issue template
  • e0b4e6adocs: add CONTRIBUTING guidelines
  • 53f3de6feat: allow to exclude commits from analysis
  • fd54eeadocs: update Yarn FAQ
  • ba79c85docs: typos. clarifications
  • 75778bcdocs: troubleshooting
  • d6c398fdocs: add heading anchor
  • fdb995fdocs: publish with gitbook
  • ed89361docs: documentation improvements
  • f4d9ebefix(security): Updated marked dependency
  • 5bc46a0feat: allow to release from local machine

There are 31 commits in total.

See the full diff

greenkeeperBot added a commit that referenced this pull request Jan 22, 2018
@greenkeeper

Copy link
Copy Markdown
Author

Version 12.2.4 just got published.

Update to this version instead 🚀

Release Notesv12.2.4

12.2.4 (2018-01-20)

Bug Fixes

  • package: update lodash to version 4.17.4 (fa2ca8a)
Commits

The new version differs by 3 commits.

  • fa2ca8afix(package): update lodash to version 4.17.4
  • 51c02b9fix(package): update cosmiconfig to version 4.0.0
  • 0c1f0a1docs: typo

See the full diff

greenkeeperBot added a commit that referenced this pull request Jan 25, 2018
@greenkeeper

Copy link
Copy Markdown
Author

Version 12.2.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 0d2d1f2fix: fix the --no-ci arg parsing
  • 7e860c7docs(travis): recommend to use the deploy step instead of script
  • e0fa20bci(travis): use Build Stages

See the full diff

greenkeeperBot added a commit that referenced this pull request Jan 27, 2018
@greenkeeper

Copy link
Copy Markdown
Author

Version 12.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • fb0caa0feat: hide sensitive info in stdout/sdtin
  • cdb98f9feat: log all verification errors
  • 03e117bchore(package): update ava to version 0.25.0

See the full diff

greenkeeperBot added a commit that referenced this pull request Jan 27, 2018
@greenkeeper

Copy link
Copy Markdown
Author

Version 12.4.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by commits.

See the full diff

greenkeeperBot added a commit that referenced this pull request Mar 8, 2018
@greenkeeper

Copy link
Copy Markdown
Author

Version 15.0.0 just got published.

Update to this version instead 🚀

Release Notesv15.0.0

15.0.0 (2018-02-19)

Features

  • add the prepare plugin hook (c2beb64)

BREAKING CHANGES

  • Committing or creating files in the publish plugin hook is not supported anymore and now must be done in the prepare hook

Plugins with a publish hook that makes a commit or create a file that can be committed must use the prepare hook.

Commits

The new version differs by 44 commits.

  • c2beb64feat: add the prepare plugin hook
  • 20246c0fix: exclude empty env var value from replacement
  • 857d418fix: allow boolean option to be set in config file
  • 4d04901style: lint
  • aa724e8chore(package): simplify xo configuration
  • ce15b75chore(package): update xo to version 0.20.0
  • 1966f0efix: verify branch first
  • 305f4eefix: do not transform repositoryUrl if it allow to push
  • 9788fcafeat: use @semantic-release/github as default for success and fail hooks
  • 04f3061fix: remove the github plugin from default success and fail hooks
  • 1b3c51ddocs: add missing success and fail options
  • 8a2ef48test: revert to mockserver:latest docker container
  • ce1e74ffix: set repository authentication when repositoryUrl is set as an option
  • b6837a2test: use older version of mockserver
  • 97cb354feat: improve CLI

There are 44 commits in total.

See the full diff

greenkeeperBot added a commit that referenced this pull request Mar 8, 2018
@greenkeeper

Copy link
Copy Markdown
Author

Version 15.0.1 just got published.

Update to this version instead 🚀

Release Notesv15.0.1

15.0.1 (2018-03-07)

Bug Fixes

  • remove unecessary console.log (e5a73d8)
Commits

The new version differs by 4 commits.

  • e5a73d8fix: remove unecessary console.log
  • 50f3c6edocs(README): correct pluralization
  • 78f0937chore(package): update proxyquire to version 2.0.0
  • a7c187fdocs: fix grammar and typos in README, CONTRIBUTING, installation guide, and plugin guide

See the full diff

greenkeeperBot added a commit that referenced this pull request Mar 8, 2018
@greenkeeper

Copy link
Copy Markdown
Author

Version 15.0.2 just got published.

Update to this version instead 🚀

Release Notesv15.0.2

15.0.2 (2018-03-08)

Bug Fixes

  • exclude prereleases from version retrived by getLastRelease (e4618a2)
Commits

The new version differs by 1 commits.

  • e4618a2fix: exclude prereleases from version retrived by getLastRelease

See the full diff

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

Release Notes for v15.12.5

15.12.5 (2018-12-11)

Bug Fixes

  • allow to set ci option via API and config file (862ec4c)
Commits

The new version differs by 8 commits.

  • 649b530docs: mention that debug option is CLI only
  • 862ec4cfix: allow to set ci option via API and config file
  • 6b110b6docs: switch to spectrum.chat
  • e4c6649docs: syntax fixes in plugins list
  • 6220641docs: add @semantic-release/apm to plugins list
  • a45273edocs: add maven-semantic-release to list of community plugins
  • d109113chore(package): update nyc and sinon
  • cd69583test: delete unused test helper file

See the full diff

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

Release Notes for v15.13.0

15.13.0 (2018-12-14)

Features

  • allow publish plugins to return false in order to signify no release was done (70c68ef)
Commits

The new version differs by 4 commits.

  • 70c68effeat: allow publish plugins to return false in order to signify no release was done
  • 048292bdocs: fix broken link in CircleCI recipe
  • 0f642ffdocs: remove mentions of travis-deploy-once
  • 89ad3a0chore(package): update p-retry to version 3.0.0

See the full diff

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

Release Notes for v15.13.1

15.13.1 (2018-12-16)

Bug Fixes

  • correctly handle skipped releases (1243f79)
Commits

The new version differs by 1 commits.

  • 1243f79fix: correctly handle skipped releases

See the full diff

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

Release Notes for v15.13.2

15.13.2 (2018-12-26)

Bug Fixes

  • package: update aggregate-error to version 2.0.0 (1aefd98)
Commits

The new version differs by 1 commits.

  • 1aefd98fix(package): update aggregate-error to version 2.0.0

See the full diff

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

Release Notes for v15.13.3

15.13.3 (2019-01-10)

Bug Fixes

  • package: update marked to version 0.6.0 (b7aeaba)
Commits

The new version differs by 2 commits.

  • b7aeabafix(package): update marked to version 0.6.0
  • 3819ca5chore(package): update ava to version 1.0.1

See the full diff

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

Release Notes for v15.13.12

15.13.12 (2019-04-15)

Bug Fixes

  • package: update resolve-from to version 5.0.0 (6f3c21a)
Commits

The new version differs by 21 commits.

  • 6f3c21afix(package): update resolve-from to version 5.0.0
  • 06fe435fix(package): update aggregate-error to version 3.0.0
  • 61762e6docs: update commitlint URL
  • 5072fefchore(package): update file-url to version 3.0.0
  • d61e3bcfix(package): update semver to version 6.0.0
  • 0cd8a57docs: correct way to print release plugin name
  • db3fc3efix(package): update hook-std to version 2.0.0
  • a90a103fix(package): update read-pkg-up to version 5.0.0
  • 30723c5fix(package): update p-reduce to version 2.0.0
  • 840af0dchore(package): update p-retry to version 4.0.0
  • 0a584defix(package): update get-stream to version 5.0.0
  • a5babc6fix(package): update p-locate to version 4.0.0
  • 322c1c6chore(package): update ava to version 1.3.1
  • 20e5d83chore(package): update sinon to version 7.2.7
  • e5a5867docs(circle): fix incorrect script example

There are 21 commits in total.

See the full diff

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants