mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 19:34:36 +03:00
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:
2
Makefile
2
Makefile
@ -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:
|
||||
|
Reference in New Issue
Block a user