Quick things

This commit is contained in:
Pierre Jacquier
2025-05-10 19:07:25 -04:00
parent 8581085e92
commit 479a6de9cb
3 changed files with 4 additions and 5 deletions

View File

@ -99,8 +99,8 @@ jobs:
COMMIT=$(git rev-parse --short HEAD)
DATE=$(date +'%-y.%-m.%-d')
# TODO: add commit count today on main
OFFSET=1
export VERSION=$DATE-staging.$OFFSET-$COMMIT
OFFSET=$(date +'%H%M')
export VERSION=$DATE-staging.$OFFSET+$COMMIT
npm run files:set-version
npm run files:flip-to-staging
@ -311,6 +311,7 @@ jobs:
runs-on: ubuntu-22.04
permissions:
contents: write
# TODO: enable on push to main for staging
if: ${{ github.ref_type == 'tag' }}
env:
VERSION_NO_V: ${{ needs.prepare-files.outputs.version }}

View File

@ -42,8 +42,6 @@ The 3D view in Design Studio is just a video stream from our hosted geometry eng
We recommend downloading the latest application binary from our [releases](https://github.com/KittyCAD/modeling-app/releases) page. If you don't see your platform or architecture supported there, please file an issue.
If you'd like to try out upcoming changes sooner, you can also download those from our [staging releases](https://zoo.dev/modeling-app/download/staging) page.
## Developing
Finally, if you'd like to run a development build or contribute to the project, please visit our [contributor guide](CONTRIBUTING.md) to get started.

View File

@ -30,7 +30,7 @@ import {
settingsActor,
useSettings,
} from '@src/lib/singletons'
import { APP_VERSION, IS_STAGING, getReleaseUrl } from '@src/routes/utils'
import { APP_VERSION, getReleaseUrl } from '@src/routes/utils'
import {
acceptOnboarding,
catchOnboardingWarnError,