Skip to content

Commit c5d8ace

Browse files
committed
make sure to bump citation
1 parent 5e0e979 commit c5d8ace

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ doc/src/sphinx/_build
3030
.DS_Store
3131
/doc/src/sphinx/_build
3232
**/.c9/*
33+
*~

citation.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: If you use this software, please cite it using these metadata.
33
title: "Clowder: Open Source Data Management for Long Tail Data"
44
abstract: "A customizable and scalable data management system you can install in the cloud or on your own hardware."
55
type: software
6-
version: "1.21.0"
6+
version: "1.22.0"
77
license: "NCSA"
88
repository-code: "https://github.com/clowder-framework/clowder"
99
keywords:

version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
VERSION="1.22.0"
44

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

0 commit comments

Comments
 (0)