Skip to content

Releases: CodeWitchBella/isbl-publisher

Version 0.8.5

17 Sep 17:22
Compare
Choose a tag to compare
  • 90a5399 use yarn npm publish on yarn >= 2

Version 0.8.3

17 Sep 17:10
Compare
Choose a tag to compare

Version 0.8.2

23 Oct 17:44
Compare
Choose a tag to compare
  • 43a92d4 chore: revert sourcemaps flag

Version 0.8.1

23 Oct 17:27
Compare
Choose a tag to compare

Version 0.8.0

09 Sep 13:25
Compare
Choose a tag to compare

Breaking change

I removed manual publishing, since I don't use it anymore and no one else uses it either AFAIK.

All changes

  • 35643ed chore: bump version to 0.8.0
  • a751d67 fix: add missing bin file to published package
  • 34937af breaking: drop manual publish
  • b60596f chore: downgrade node-fetch again to avoid experimental warning
  • b6d6f8b publish types and specify entrypoint
  • 6683833 feat: export createGithubWorkflow
  • a9c81c1 chore: upgrade dependencies
  • 2771a76 chore: set engines.node. note that node 12 is not supported
  • ab9afb8 chore: remove extra data from package.json
  • e954033 docs: add LICENSE file and update badges in README

Version 0.7.1

15 Aug 14:31
Compare
Choose a tag to compare
  • 8103797 fix: do not use yarnpkg registry while generating token

Version 0.7.0

15 Aug 00:19
Compare
Choose a tag to compare
  • 0ef7b3b feat: prompt to generate token again if previous attempt failed

Version 0.6.1

15 Aug 00:09
Compare
Choose a tag to compare
  • e684899 fix(setup): create .github/workflows if it does not exist

Version 0.6.0

14 Aug 23:40
Compare
Choose a tag to compare
  • 7793932 chore: version 0.6.0
  • 9152efd ci: skip draft
  • f486ea8 feat: highlight sematic keywords in commits
  • a1e1234 feat: add setup command
  • 390cdc8 feat: use open package for url opening

Version 0.5.0

14 Aug 21:38
Compare
Choose a tag to compare

Adds GitHub action support 🎉

  • 36fec04 docs: document github action, environment variables and arguments
  • 7914df7 ci: fetch whole repo history
  • 2366270 fix: authorize github release creation
  • bc75b3c ci: add NODE_AUTH_TOKEN secret
  • db8eceb ci: publish from CI
  • 626f91f feat: add support for gitlab ci publish
  • 62ddcba fix: do not run git status if not necessary