Skip to content

Commit

Permalink
Merge branch 'release-2.14.6' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
raclim committed Aug 28, 2024
2 parents adafcd2 + c2bb0e6 commit 184448c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion contributor_docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ Sometimes you might need to push a release for an isolated and small bug fix wit
3. `git pull origin release`
4. `git checkout -b <descriptive-branch-name>`
5. `git cherry-pick <every sha in PR branch>`
6. Make a new PR that merges into `release` (has a base branch `release`)
6. Make a new PR that merges into `release` (has a base branch `release`)
7. Done!
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p5.js-web-editor",
"version": "2.14.5",
"version": "2.14.6",
"description": "The web editor for p5.js.",
"scripts": {
"clean": "rimraf dist",
Expand Down

0 comments on commit 184448c

Please sign in to comment.