Skip to content

Commit

Permalink
added changelog and versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Grashalmbeisser committed Mar 22, 2024
1 parent 9c013ce commit f9db147
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

This file documents any relevant changes.
## [2.0.0-rc6] 2024-03-22
- fix: format in project.json
- feature: shows CHANGELOG.md on first start
- feature: added gcloud initiation deployment

## [2.0.0-rc5] 2024-03-05
- fix: format in project.json
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ Scripts:
Commands:
- `profile` The project.json profile you want to Work from

```sh
$ viur cloud init {service} {profile}
```
This Function makes the init deployment for a ViUR project.
This Function needs to be called so that the development server works locally.


```sh
$ viur cloud {enable|disable} backup
Expand Down
2 changes: 1 addition & 1 deletion src/viur_cli/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.0.0-rc5"
__version__ = "2.0.0-rc6"
MINIMAL_PIPENV = "2023.11.15"

0 comments on commit f9db147

Please sign in to comment.