Skip to content

Commit

Permalink
feat: update release to be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Apr 3, 2019
1 parent 1ab37df commit ba46d70
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ It is NOT the purpose of this document to describe how a project might create a

## Release Pipeline

Each Pristine project MUST provide a `bin/release.sh` script which will make a release to the various targets.

Each target may be scripted directly into the `bin/release.sh` shell script, or it may be broken down into files following the pattern:`./bin/release.{target}.sh`.

While the `.sh` extension is mandatory, the scripts may be written with one of the following headers:
- `#!bin/sh`
- `#!bin/node`
- `#!/usr/bin/env node`

### Create a build from current branch

Process is outlined in [BUILDING.md](BUILDING.md)
Expand Down

0 comments on commit ba46d70

Please sign in to comment.