mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
Merge pull request #6676 from guggero/fix-release-reproducibility
Fix release reproducibility
This commit is contained in:
commit
f1717ea421
4
.gitignore
vendored
4
.gitignore
vendored
@ -77,3 +77,7 @@ coverage.txt
|
||||
|
||||
# Visual Studio cache/options directory
|
||||
.vs/
|
||||
|
||||
# Release build directory (to avoid build.vcs.modified Golang build tag to be
|
||||
# set to true by having untracked files in the working directory).
|
||||
/lnd-*/
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Release Notes
|
||||
|
||||
## Build system
|
||||
|
||||
* [Add the release build directory to the `.gitignore` file to avoid the release
|
||||
binary digest to be different whether that folder exists or
|
||||
not](https://github.com/lightningnetwork/lnd/pull/6676)
|
||||
|
||||
## `lncli`
|
||||
|
||||
* [Add `payment_addr` flag to `buildroute`](https://github.com/lightningnetwork/lnd/pull/6576)
|
||||
@ -32,5 +38,6 @@
|
||||
|
||||
* Elle Mouton
|
||||
* ErikEk
|
||||
* Oliver Gugger
|
||||
* Priyansh Rastogi
|
||||
* Yong Yu
|
Loading…
Reference in New Issue
Block a user