-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changelog | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [`Unreleased`] | ||
- Add _Known Issues_ to the docs | ||
|
||
## [`1.0.1`] - 2021-08-12 | ||
### Added | ||
- Optional arguments: | ||
- `deta-project-dir`: The name of the directory where the Deta code is located, in cases where the project is not located in the root directory. Default `.` _(the root)_. PR [#2](https://github.com/BogDAAAMN/deta-deploy-action/pull/2) | ||
|
||
## [`1.0.0`] - 2020-12-08 | ||
### Added | ||
- Deployment to Deta Micro | ||
- Required arguments: | ||
- `deta-access-token`: The access token generated by Deta. Used for `deta clone` and `deta deploy` commands. | ||
- `deta-name`: The name of the existing Deta Micro you are deploying to. Used for `deta clone` command in order to retrieve the latest information about the targeted Micro. | ||
- Optional arguments: | ||
- `deta-project`: The name of the Deta project your Micro is part of. Used for `deta clone` command in order to retrieve the latest information about the targeted Micro. Default `"default"`. | ||
|
||
[`Unreleased`]: https://github.com/BogDAAAMN/deta-deploy-action/tree/main | ||
[`1.0.0`]: https://github.com/BogDAAAMN/deta-deploy-action/releases/tag/v1.0.0 | ||
[`1.0.1`]: https://github.com/BogDAAAMN/deta-deploy-action/releases/tag/v1.0.1 |