Skip to content

Commit

Permalink
make sure to bump citation
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Sep 26, 2023
1 parent 5e0e979 commit c5d8ace
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ doc/src/sphinx/_build
.DS_Store
/doc/src/sphinx/_build
**/.c9/*
*~
2 changes: 1 addition & 1 deletion citation.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message: If you use this software, please cite it using these metadata.
title: "Clowder: Open Source Data Management for Long Tail Data"
abstract: "A customizable and scalable data management system you can install in the cloud or on your own hardware."
type: software
version: "1.21.0"
version: "1.22.0"
license: "NCSA"
repository-code: "https://github.com/clowder-framework/clowder"
keywords:
Expand Down
1 change: 1 addition & 0 deletions version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
VERSION="1.22.0"

sed -i~ "s#^ val version = \".*\"\$# val version = \"${VERSION}\"#" project/Build.scala
sed -i~ "s#^version: .*\$#version: \"${VERSION}\"#" citation.cff
sed -i~ "s#^ version: .*\$# version: ${VERSION}#" public/swagger.yml
sed -i~ "s#^release = '.*'\$#release = '${VERSION}'#" doc/src/sphinx/conf.py
sed -i~ "s/^##.*unreleased.*$/## ${VERSION} - $(date +'%Y-%m-%d')/i" CHANGELOG.md

0 comments on commit c5d8ace

Please sign in to comment.