-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
4 changed files
with
45 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] installed | ||
# needs golang.org/x/exp/cmd/[email protected] installed | ||
./apidiff.sh | ||
|
||
docker: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Below are the incompatible changes between v0.0.10 and next, per package. | ||
|
||
# dane | ||
|
||
# dmarc | ||
|
||
# dmarcrpt | ||
|
||
# dns | ||
|
||
# dnsbl | ||
|
||
# iprev | ||
|
||
# message | ||
|
||
# mtasts | ||
|
||
# publicsuffix | ||
|
||
# ratelimit | ||
|
||
# sasl | ||
|
||
# scram | ||
|
||
# smtp | ||
|
||
# smtpclient | ||
|
||
# spf | ||
|
||
# subjectpass | ||
|
||
# tlsrpt | ||
|
||
# updates | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters