Skip to content
Snippets Groups Projects
Unverified Commit 7c8124a4 authored by Xiao Gui's avatar Xiao Gui
Browse files
parent 935ee1a8
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ jobs:
- name: Set output when workflow fails
if: failure()
run: echo '::set-output name=failure-state::true'
run: echo "failure-state=true" >> $GITHUB_OUTPUT
id: failure-state-step
- name: Define screenshot artefact
......
......@@ -17,7 +17,7 @@ jobs:
id: set-version
run: |
PACKAGEJSON_VER=v$(cat package.json | jq -r '.version')
echo "::set-output name=package-version-from-json::$PACKAGEJSON_VER"
echo "package-version-from-json=$PACKAGEJSON_VER" >> $GITHUB_OUTPUT
create-release:
needs: check-version
......
# v2.10.1
## Behind the scenes
- Housekeeping CI/CD
......@@ -33,6 +33,7 @@ nav:
- Fetching datasets: 'advanced/datasets.md'
- Display non-atlas volumes: 'advanced/otherVolumes.md'
- Release notes:
- v2.10.1: 'releases/v2.10.1.md'
- v2.10.0: 'releases/v2.10.0.md'
- v2.9.1: 'releases/v2.9.1.md'
- v2.9.0: 'releases/v2.9.0.md'
......
{
"name": "siibra-explorer",
"version": "2.10.0",
"version": "2.10.1",
"description": "siibra-explorer - explore brain atlases. Based on humanbrainproject/nehuba & google/neuroglancer. Built with angular",
"scripts": {
"lint": "eslint src --ext .ts",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment