Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

docs: update release guide doc #1019

Merged
merged 1 commit into from
Nov 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,17 @@ When the video playback bar is present, it allows the following shortcuts to sel
* Multi-select - Hold down Shift while selecting regions
* Exclusive Tracking mode - Ctrl + N to block frame UI allowing a user to create a region on top of existing regions

## Release Process

![alt text](./docs/images/release-process.png "Create Release Process")

For more details on github/web releases and versions -- please review our [release process document](./docs/RELEASE_GUIDE.md)

To build VoTT executable using command:
```
npm run release
```
For details on packaging executable for the release -- please review our [PACKAGING.md](./docs/PACKAGING.md)

## Collaborators

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_GUIDE.md → docs/RELEASE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Instruction on how to create new GitHub & Web Releases.

## Release Process

![alt text](./docs/images/release-process.png "Create Release Process")
![alt text](./images/release-process.png "Create Release Process")

### AzDO Tasks

Expand Down