Skip to content

Commit 053aef4

Browse files
Add citation file to repo
2 parents fc473ec + 90c16ff commit 053aef4

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

CITATION.cff

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- name: "The Agda Community"
5+
title: "Agda Standard Library"
6+
version: 1.7.2
7+
date-released: 2023-02-01
8+
url: "https://github.com/agda/agda-stdlib"

notes/release-guide.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ procedure should be followed:
55

66
* Update `README.agda` by replacing 'development version' by 'version X.Y' in the title.
77

8-
* Update `README.md`
9-
10-
* Update `agda-stdlib-utils.cabal` version to `X.Y`.
11-
12-
* Update the version in standard-library.agda-lib to `X.Y`
13-
14-
* Update `notes/installation-guide.txt`
15-
16-
* Update `CHANGELOG.md`.
8+
* Update the version to `X.Y` in:
9+
- `agda-stdlib-utils.cabal`
10+
- `standard-library.agda-lib`
11+
- `CITATION.cff`
12+
- `CHANGELOG.md`
13+
- `README.md`
14+
- `notes/installation-guide.txt`
1715

1816
* Update the copyright year range in the LICENSE file, if necessary.
1917

0 commit comments

Comments
 (0)