commit | b4e88ed8e8aab63a9aa9a52276782ebbc547adef | [log] [tgz] |
---|---|---|
author | Jean de Klerk <deklerk@google.com> | Thu Aug 12 16:12:15 2021 -0600 |
committer | Jean de Klerk <deklerk@google.com> | Tue Aug 31 22:17:22 2021 +0000 |
tree | a344696a560ac9047672957a4beb91f7fafc0f52 | |
parent | b422fde0612a0373cf64829aa70f3fbde47fc90f [diff] |
cmd/gorelease: use CreateFromVCS instead of CreateFromDir This will ignore gitignored files during the zip file creation, which means gitignored files won't be included in the analysis. Fixes golang/go#37413 Change-Id: Id5df46408a48e0be53157d95333ef3c2e02765bc Reviewed-on: https://go-review.googlesource.com/c/exp/+/341930 Trust: Jean de Klerk <deklerk@google.com> Run-TryBot: Jean de Klerk <deklerk@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Jay Conrod <jayconrod@google.com>
This subrepository holds experimental and deprecated (in the old
directory) packages.
The idea for this subrepository originated as the pkg/exp
directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get
these packages.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)
Caveat emptor.