Skip to content

Commit

Permalink
Better version numbers on release
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Mar 6, 2024
1 parent 7873ee5 commit e3034a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
"lint:css": "stylelint src/**/*.css",
"clean:code": "npm-run-all prettier lint:all",
"cname": "node tools/write-cname.js",
"set-version": "yarn version --new-version $(date -u +%Y%m%d.%H%M)",
"predeploy": "yarn run set-version; yarn run precompile; yarn run build; yarn run cname",
"set-version": "yarn version --new-version `date -u +%Y.%m%d.%H%M`",
"update-deploy-date": "echo \"$(sed '$d' product-status.md)\"$'\n'\"$(jq -r '.version' package.json)\" > product-status.md",
"predeploy": "yarn run set-version; yarn run update-deploy-date; yarn run precompile; yarn run build; yarn run cname",
"deploy": "gh-pages -d dist"
},
"keywords": [],
Expand Down
3 changes: 1 addition & 2 deletions product-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ Chrysalis requires a browser with WebSerial support. Right now, this means Chrom
- Corrections for some incorrect key identifiers, particularly for dynamic macros

## Last Updated

March 5, 2024
2024.0306.2112

0 comments on commit e3034a1

Please sign in to comment.