chore: changelog

This commit is contained in:
Minsu Lee
2020-02-25 23:22:12 +09:00
parent f943bcfed3
commit ffe61ecbfe
2 changed files with 76 additions and 0 deletions

View File

76
CHANGELOG.md Normal file
View File

@@ -0,0 +1,76 @@
# Changelog
## [v2.0.1](https://github.com/amondnet/now-deployment/tree/v2.0.1) (2020-02-25)
[Full Changelog](https://github.com/amondnet/now-deployment/compare/v2.0.0...v2.0.1)
**Fixed bugs:**
- Outputs object is always empty [\#25](https://github.com/amondnet/now-deployment/issues/25)
- fix: outputs object is always empty [\#29](https://github.com/amondnet/now-deployment/pull/29) ([amondnet](https://github.com/amondnet))
**Closed issues:**
- How can I deploy with an assigned domain? [\#30](https://github.com/amondnet/now-deployment/issues/30)
- Add instruction on getting `project\_id` and `org\_id` [\#27](https://github.com/amondnet/now-deployment/issues/27)
**Merged pull requests:**
- docs: how to get organization and project id of project [\#28](https://github.com/amondnet/now-deployment/pull/28) ([amondnet](https://github.com/amondnet))
## [v2.0.0](https://github.com/amondnet/now-deployment/tree/v2.0.0) (2020-02-18)
[Full Changelog](https://github.com/amondnet/now-deployment/compare/v1...v2.0.0)
**Implemented enhancements:**
- Support for Now CLI v17 [\#24](https://github.com/amondnet/now-deployment/issues/24)
- Do not want to receive comments from action [\#14](https://github.com/amondnet/now-deployment/issues/14)
- feat: now cli v17, add `NOW\_PROJECT\_ID` and `NOW\_ORG\_ID` env variable [\#26](https://github.com/amondnet/now-deployment/pull/26) ([amondnet](https://github.com/amondnet))
**Closed issues:**
- Deploy stalled [\#23](https://github.com/amondnet/now-deployment/issues/23)
- Can I upload the contents of a folder with pre-built assets? [\#22](https://github.com/amondnet/now-deployment/issues/22)
- getting 403 error every time it tries to comment [\#18](https://github.com/amondnet/now-deployment/issues/18)
- Feature: Ability to specify path for --local-config flag [\#16](https://github.com/amondnet/now-deployment/issues/16)
## [v1.2.0](https://github.com/amondnet/now-deployment/tree/v1.2.0) (2020-01-28)
[Full Changelog](https://github.com/amondnet/now-deployment/compare/v1.1.0...v1.2.0)
**Implemented enhancements:**
- feat: github comment optional [\#20](https://github.com/amondnet/now-deployment/pull/20) ([amondnet](https://github.com/amondnet))
## [v1.1.0](https://github.com/amondnet/now-deployment/tree/v1.1.0) (2020-01-17)
[Full Changelog](https://github.com/amondnet/now-deployment/compare/v1.0.1...v1.1.0)
**Implemented enhancements:**
- feature: add working dir input [\#17](https://github.com/amondnet/now-deployment/pull/17) ([foxundermoon](https://github.com/foxundermoon))
**Fixed bugs:**
- Built with commit undefined [\#9](https://github.com/amondnet/now-deployment/issues/9)
- Add prod args have an error invalidTagName [\#6](https://github.com/amondnet/now-deployment/issues/6)
- fix: built with commit undefined [\#10](https://github.com/amondnet/now-deployment/pull/10) ([amondnet](https://github.com/amondnet))
- fix now-args bug [\#8](https://github.com/amondnet/now-deployment/pull/8) ([foxundermoon](https://github.com/foxundermoon))
- Update action.yml [\#7](https://github.com/amondnet/now-deployment/pull/7) ([foxundermoon](https://github.com/foxundermoon))
- fix: commit author [\#4](https://github.com/amondnet/now-deployment/pull/4) ([amondnet](https://github.com/amondnet))
- fix: typo in argument [\#3](https://github.com/amondnet/now-deployment/pull/3) ([amalv](https://github.com/amalv))
**Closed issues:**
- Can't unlink a previous Org connection if I no longer have access to org [\#15](https://github.com/amondnet/now-deployment/issues/15)
- How to deploy from other folders such as build [\#13](https://github.com/amondnet/now-deployment/issues/13)
- Deployment succeeds but workflow reports failure [\#12](https://github.com/amondnet/now-deployment/issues/12)
**Merged pull requests:**
- release: v1 [\#1](https://github.com/amondnet/now-deployment/pull/1) ([amondnet](https://github.com/amondnet))
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*