tegami@1.0.0-beta.0 (beta)
Pre-release
Pre-release
·
13 commits
to dev
since this release
Generate dist tag for npm in prerelease mode (24a7894)
npm publish now requires tag for prerelease versions.
Plugin afterPublish no longer fired for skipped packages (ab56795)
The afterPublish hook of plugins will no longer be fired for skipped packages.
Add support for Golang (cd7ff31)
Experimental plugin available at /plugins/go.
Ready for v1 (bf8e66a)
This marks all existing APIs as stable & safe to use.
Support function packages option (7c08e3b)
The packages option can now return package options dynamically.
Include packages without version (c266203)
Previously, packages without a version field defined in package.json or Cargo.toml will be ignored from graph, now those packages will be included.
This may add unwanted packages into versioning, please update your ignore config if needed.
Fix prerelease tag switching (3aa54d1)
Switch prerelease tag without triggering another bump.
Auto replay when prerelease is configured (e311fe7)
No longer need to write replay conditions manually.