Firebase Ci Versions Save

Simplified Firebase interaction for continuous integration

v0.15.1

3 years ago
  • build(deps): bump figures from 3.1.0 to 3.2.0 (#73)
  • build(deps): bump chalk from 3.0.0 to 4.1.0 (#74)
  • build(deps): bump command-exists from 1.2.8 to 1.2.9 (#72)
  • build(deps): bump yargs-parser from 13.1.1 to 13.1.2 (#67)
  • build(deps-dev): bump @babel/core from 7.12.10 to 7.13.8

v0.15.0

3 years ago
  • 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

4 years ago
  • 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

4 years ago
  • 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

4 years ago
  • chore(deps): update dev deps including babel

v0.12.0

4 years ago
  • feat(deploy): get commit message using git log with GITHUB_REF in Github Actions environment
  • fix(createConfig): include semicolon and new line at the end of config file

v0.11.0

4 years ago
  • feat(cmds): add default-env option to both project and projectId commands
  • chore(deps): update dev dependencies include eslint, mocha, nyc, @babel/cli and more

v0.10.0

4 years ago
  • 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

4 years ago
  • 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

4 years ago
  • 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