Releases: prescottprue/firebase-ci
Releases · prescottprue/firebase-ci
v0.15.1
v0.15.0
- fix(setEnv): replace set-env (deprecated) with appending GITHUB_ENV file
- feat(deps): add depdendabot settings
- chore(createConfig): add deprecation warning to
createConfig
- build(dev-deps): update @babel/cli from 7.8.4 to 7.12.10
- build(dev-deps): update eslint from 6.8.0 to 7.16.0
v0.13.0
- feat(core): add
force
flag to deploy command - feat(core): add
except
flag to deploy command - chore(deps): update dev dependencies
- chore(deps): remove codecov dev dependency
v0.12.2
- fix(core): prevent case where default was overriding master
- chore(build): add lint-staged to pre-commit hook
- build(deps-dev): bump codecov from 3.6.1 to 3.6.5 (#61) - @dependabot
v0.12.1
- chore(deps): update dev deps including babel
v0.12.0
- feat(deploy): get commit message using
git log
withGITHUB_REF
in Github Actions environment - fix(createConfig): include semicolon and new line at the end of config file
v0.11.0
- feat(cmds): add
default-env
option to bothproject
andprojectId
commands - chore(deps): update dev dependencies include eslint, mocha, nyc, @babel/cli and more
v0.10.0
- feat(core): add
projectId
command for loading projectId from createConfig (falls back to project) - feat(core): add
branch
command for loading current CI branch
v0.9.1
- fix(ci): switch to simple npm publish in publish workflow (in place of semantic-release)
- chore(core): replace lodash methods with native js methods
- chore(github): separate issue template into bug_report and feature_request templates
- chore(github): add github funding link
v0.9.0
- fix(core): fix an issue where "no command specified" error was shown erroneously
- feat(core): add
serve
command for serving project matching branch - chore(tests): add initial tests for
serve
and deploy actions