-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First commit using Nuxt Sudio
- Loading branch information
Showing
13 changed files
with
124 additions
and
112 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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ title: Dispatch Center | |
|
||
## Features | ||
|
||
* Dispatch Center. | ||
- Dispatch Center. |
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
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,11 @@ | ||
FiveNet supports multiple languages. | ||
|
||
Current list of languages: | ||
|
||
- German | ||
- English | ||
|
||
--- | ||
|
||
We use [POEditor](https://poeditor.com/) for managing the translations. | ||
If you want to contribute a language or fix translation texts, please post on the FiveNet discord. |
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 |
---|---|---|
@@ -1,13 +1,23 @@ | ||
--- | ||
title: Release | ||
title: Release Process | ||
--- | ||
|
||
FiveNet tries to follow [Semantic Versioning](https://semver.org/). | ||
|
||
## Process | ||
## Update Version | ||
|
||
Use the following script to update the FiveNet version: | ||
Use the following script to bump the FiveNet version (where `X.Y.Z` c: | ||
|
||
```console | ||
```bash | ||
./internal/scripts/bump_version.sh X.Y.Z | ||
``` | ||
|
||
Make sure to update [the Helm chart `Chart.yaml` `version:` and `appVersion:` entry](https://github.com/fivenet-app/charts/blob/main/charts/fivenet/Chart.yaml#L18-24) accordingly, and don't forget to run `make helm-docs` to update the Helm chart `README.md`. | ||
|
||
## Release Notes | ||
|
||
Generating release notes is made easier by using the following script: | ||
|
||
```bash | ||
./internal/scripts/generate_update_entry.sh | ||
``` |
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