-
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.
* Small workflow updates * use variable * fix code-rabbit suggestion * Add documentation * Remove node 21
- Loading branch information
1 parent
470726e
commit a8a894f
Showing
5 changed files
with
68 additions
and
30 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 @@ | ||
# GitHub Workflows | ||
|
||
This document describes the GitHub workflows used in this project. | ||
|
||
## Build | ||
|
||
Builds, Lint, Test on different node versions | ||
|
||
Publishes the docker image with version `x.y.z-pr.<PR_NUMBER>` | ||
|
||
## Merge PR | ||
|
||
Publishes the docker image with `latest` | ||
|
||
## Close release | ||
|
||
This is a workflow triggered manually from Github Actions [Close Release](https://github.com/hoprnet/uHTTP-latency-monitor/actions/workflows/release.yaml). The tasks performed by this workflow include: | ||
|
||
- Publishes the docker image with `x.y.z` | ||
- Create a Github release | ||
- Tag code | ||
- Changelog is autogenerated by commit linear history of the release | ||
- Bumps the new version by opening a new PR | ||
- Sends a Zulip notification |
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