Skip to content

Commit

Permalink
Add citation.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Jul 28, 2021
1 parent 75520a7 commit dd8452a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# YAML 1.2
---
cff-version: "1.1.0"
message: If you use this software, please cite it using these metadata.

title: ClearScreen
version: 1.0.6
date-released: 2021-07-22

repository-code: https://github.com/watchexec/clearscreen
license: Apache-2.0 OR MIT

authors:
- family-names: Saparelli
given-names: Félix
...
2 changes: 2 additions & 0 deletions bin/version
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ echo "Next version to be $newver ($date), creating..."
sed -E -i "s/^## Next.*$/## Next (YYYY-MM-DD)\n\n## v$newver ($date)/1" CHANGELOG.md
sed -E -i "s/^clearscreen = \"$extver\"/clearscreen = \"$newver\"/1" README.md
sed -E -i "s/^version = \"$extver\"/version = \"$newver\"/1" Cargo.toml
sed -E -i "s/^version: \"$extver\"/version: \"$newver\"/1" CITATION.cff
sed -E -i "s/^date-released: .+$/date-released: $date/1" CITATION.cff

cargo check

Expand Down

0 comments on commit dd8452a

Please sign in to comment.