for apidiff, generate apidiff/next.txt and rotate it on release

instead of already giving it a version name before the release. the released
version could be different.
This commit is contained in:
Mechiel Lukkien
2024-03-11 15:27:25 +01:00
parent bcf737cbec
commit 411cb8fc78
4 changed files with 45 additions and 6 deletions

View File

@ -122,7 +122,7 @@ webaccount/account.js: lib.ts webaccount/api.ts webaccount/account.ts
frontend: webadmin/admin.js webaccount/account.js webmail/webmail.js webmail/msg.js webmail/text.js
genapidiff:
# needs file next.txt containing next version number, and golang.org/x/exp/cmd/apidiff@v0.0.0-20231206192017-f3f8817b8deb installed
# needs golang.org/x/exp/cmd/apidiff@v0.0.0-20231206192017-f3f8817b8deb installed
./apidiff.sh
docker: