Skip to content

v2.0.0-next.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 14:56
· 2 commits to next since this release

2.0.0-next.1 (2021-01-17)

Bug Fixes

  • announce: fix announce it and release jobs (3da24a9)
  • deps: commit package-lock.json to lock versions (32e3e1e)
  • nits: small updates after general changes + trigger release (7d76130)
  • add announce command (ee19701)
  • change readme to reflect latest changes in use (aafb552)
  • change success to successCmd (a21fe9a)
  • change to npm start because of variable interpolation (d3c6393)
  • I hope this will trigger a next version starting with 2 (9ad1686)
  • I hope this will trigger a next version starting with 2 (2nd attempt) (863df70)
  • rely on TRAVIS_BRANCH env variable instead of exec lodash template (7a0e569)
  • remove changelog plugin (bb087bf)
  • package: update dotenv to version 8.0.0 (#24) (cf203d2)

Features

  • env: add TWITTER prefix to all env vars (b598b7d)
  • add final exec to run announce-it on release (55599eb)
  • add npmpage + an example on how to use the library (7ccb0ea)
  • announce only release versions (#31) (23e8e3a)
  • change order of plugins (99b8105)
  • integrate @kibibit/announce-it (4031080)
  • integrated for semantic-release/exec (#38) (3c9743b)
  • manually call plugins (65da701)
  • trigger release (adfda99)
  • trigger release (2a47260)
  • update readme and trigger new release (fda84fa)
  • ci: add linter, hound and lint files (#18) (9552331)
  • eng: separate bin file (37118bc)

BREAKING CHANGES

  • env: when updated, users will need to change their environment variables to the new
    names. See readme for more info
  • triggering a new release to try and solve problem in semantic-release