-
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.
- Loading branch information
1 parent
ce844de
commit 4acccba
Showing
2 changed files
with
26 additions
and
6 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-exit-app/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