Skip to content

Commit

Permalink
Docs: create CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdaaamn authored Aug 12, 2021
1 parent 72a273b commit 5c031f8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 5c031f8

Please sign in to comment.