We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670b77e commit 459301cCopy full SHA for 459301c
.github/workflows/release.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- 'master'
7
+ - 'nextver'
8
paths-ignore:
9
- '*.md'
10
js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "meshoptimizer",
3
- "version": "1.0.0",
+ "version": "1.0.0-rc.0",
"description": "Mesh optimization library that makes meshes smaller and faster to render",
"author": "Arseny Kapoulkine",
"license": "MIT",
0 commit comments