File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change @@ -5,15 +5,13 @@ procedure should be followed:
5
5
6
6
* Update `README.agda` by replacing 'development version' by 'version X.Y' in the title.
7
7
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`
17
15
18
16
* Update the copyright year range in the LICENSE file, if necessary.
19
17
You can’t perform that action at this time.
0 commit comments