Skip to content

Commit

Permalink
Prepare for v0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Feb 4, 2021
1 parent 03e71ff commit 6e17398
Show file tree
Hide file tree
Showing 9 changed files with 23,367 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ mv mavo.css mavo.min.css mavo.js mavo.es5.js mavo.es5.min.js mavo.min.js X.Y.Z
cd .. && gulp # regenerate local files
```
Then:
- in the `dist/_redirects` file replace `/stable/* /U.V.W/:splat 302` with `/stable/* /X.Y.Z/:splat 302` and any X.Y and X rules as needed.
- in the `dist/_redirects` file replace `/stable/* /U.V.W/:splat 302` with `/stable/* /X.Y.Z/:splat 302` (where `U.V.W` is the previous version) and add any X.Y and X rules as needed.
- Commit and push
- Create new release on Github
- `npm publish`

0 comments on commit 6e17398

Please sign in to comment.