Skip to content

Commit

Permalink
Updates DevReadme with new release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ipsingh06 committed Dec 31, 2020
1 parent 3a6582d commit fabd235
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions doc/DeveloperReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,26 @@ make run-tests-e2e STAGING_VERSION=latest SEEDSYNC_ARCH=arm64 STAGING_REGISTRY=i

# Release

## Checklist
## Continuous Integration

This method uses Github Action to post releases.

1. Do all of these in one change
1. Version update in `src/angular/package.json`
2. Version update and changelog in `src/debian/changelog`.
Use command `LANG=C date -R` to get the date.
3. Update `src/e2e/tests/about.page.spec.ts`
4. Update Copyright date in `about-page.component.html`
2. Tag the commit as vX.X.X
3. Push tag to Github



## Manual Method

This manual method is deprecated in favour of the Github Actions based CI.

### Checklist

1. Do all of these in one change
1. Version update in `src/angular/package.json`
Expand All @@ -262,7 +281,7 @@ make run-tests-e2e STAGING_VERSION=latest SEEDSYNC_ARCH=arm64 STAGING_REGISTRY=i
6. Upload deb file to github
7. Tag and upload image to Dockerhub (see below)

## Docker image upload to Dockerhub
### Docker image upload to Dockerhub

```bash
make docker-image-release RELEASE_VERSION=<version> RELEASE_REGISTRY=ipsingh06
Expand Down

0 comments on commit fabd235

Please sign in to comment.