Skip to content

Commit

Permalink
Merge branch 'main' into 973-reorganize-documentation-to-become-more-…
Browse files Browse the repository at this point in the history
…modeller-oriented
  • Loading branch information
gijsber authored Feb 2, 2024
2 parents 13977f5 + 21d54c0 commit 5fb846b
Show file tree
Hide file tree
Showing 23 changed files with 1,532 additions and 227 deletions.
25 changes: 3 additions & 22 deletions .teamcity/Ribasim/buildTypes/Ribasim_Ribasim_MakeGitHubRelease.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,9 @@
set -euxo pipefail
. /usr/share/Modules/init/bash
module load github
# Get the name of the currently checked out tag
tag_name=$(git describe --tags --exact-match 2>/dev/null)
# Check if a tag is checked out
if [ -n "$tag_name" ]; then
echo "Currently checked out tag: $tag_name"
# Create a release using gh
gh release create "$tag_name" \
--generate-notes \
ribasim_cli_linux.zip \
ribasim_cli_windows.zip \
ribasim_qgis.zip \
generated_testmodels.zip
echo "Release created successfully."
else
echo "No tag is currently checked out."
fi]]></param>
module load pixi
pixi run github-release
]]></param>
<param name="teamcity.step.mode" value="default" />
<param name="use.custom.script" value="true" />
</parameters>
Expand Down Expand Up @@ -130,4 +112,3 @@ fi]]></param>
</cleanup>
</settings>
</build-type>

2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.0"
manifest_format = "2.0"
project_hash = "7e18cea33bf679231c5c94c6b99a1b635f9a1b61"
project_hash = "742e16f5de5af91dfff30d91944981a5c7673d44"

[[deps.ADTypes]]
git-tree-sha1 = "41c37aa88889c171f1300ceac1313c06e891d245"
Expand Down
Loading

0 comments on commit 5fb846b

Please sign in to comment.