Skip to content

Commit 465fcae

Browse files
author
Lauren McCarthy
committed
Merge branch 'master' of github.com:processing/p5.js
2 parents 7354e3c + 6f3cc98 commit 465fcae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

developer_docs/release_process.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Release process
22

3+
## Approach
4+
* While we are below p5.js 1.0.0, we will follow this [versioning pattern](https://semver.org/): `0:MAJOR_or_MINOR:PATCH`. Once we reach 1.0.0, we will follow this versioning pattern: `MAJOR:MINOR:PATCH`.
5+
6+
37
## Requirements
48
* Logged in NPM CLI : Check if you are logged in by `npm whoami`
59
* High Bandwidth : Lots of things to download/pull/push (~190 MB total I presume)
610
* An environment variable named __GITHUB_TOKEN__ with the value of your Access Token : Make one by going [here](https://github.com/settings/tokens). Once you have it, in your shell, run `export GITHUB_TOKEN=<your token here>`.
711

812
## Usage
913
`grunt release-p5:VALID_SEMVER`
10-
* For example: `grunt release-p5:0.5.14`, or `grunt release-p5:minor`, or any valid semver.
14+
* For example: `grunt release-p5:0.5.14`.
1115
* Note this may require you to enter username/password while pushing/pulling to repos
1216

1317
## What's actually happening
@@ -30,4 +34,4 @@ Now you can simply edit up a few config vars with your own creds to point the re
3034

3135
In [tasks/release/release-p5.js](https://github.com/processing/p5.js/blob/master/tasks/release/release-p5.js),
3236
* Update L#60 till L#62 to mention your forks instead of this upstream.
33-
* Uncomment L#55 to set dry run as true for testing.
37+
* Uncomment L#55 to set dry run as true for testing.

0 commit comments

Comments
 (0)