-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Josef Andersson <[email protected]>
- Loading branch information
1 parent
1d43677
commit d8abf9e
Showing
4 changed files
with
27 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Development Guide Lines | ||
|
||
TO-DO | ||
|
||
## Tag and Release a new version | ||
|
||
Activate the GH-workflow with a tag and push | ||
|
||
Example: | ||
|
||
```shell | ||
git tag -s v0.0.3-SNAPSHOT -m 'v0.0.3-SNAPSHOT' | ||
git push origin tag v0.0.3 | ||
``` | ||
|
||
Currently only publishing to GitHub-packages | ||
|
||
## Run same code quality tests locally as in CI | ||
|
||
```shell | ||
./developement/codequality.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