Releases: LironEr/bundlemon
Releases · LironEr/bundlemon
v1.2.0
v1.1.1
v1.1.0
v1.0.0
BREAKING CHANGES
- Update required node version to >= 12 #36
Features
- Keyless support when running CLI using GitHub actions on public repos #37
BundleMon service will no longer require API key when using BundleMon in GitHub action of a public repo, with this feature BundleMon can now run on PRs originated from forks. GitHub action example
v0.4.0
BREAKING CHANGES
- GitHub integration:
github-pr
output name changed togithub
statusCheck
option ingithub
output options changed tocommitStatus
- Install BundleMon GitHub App,
BUNDLEMON_GITHUB_TOKEN
env var is not needed anymore and it wont work.
- remove
--local
/onlyLocalAnalyze
option, will run in local mode ifCI
environment variable doesn't exists
Features
- Add
checkRun
option togithub
output, will create a GitHub check run. defaultfalse
v0.4.0-rc.1
fix bundlemon service URL
v0.3.2
v0.3.1
v0.3
BREAKING CHANGES
- move github-pr output generator to BundleMon service.
That means that the GitHub token will be passed to BundleMon service. The token is not saved in BundleMon service, ONLY used to communicate with GitHub