-
-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RELEASE_NOTES=n/a Signed-off-by: Dominik Schulz <[email protected]>
- Loading branch information
1 parent
b57f82a
commit c3a98cf
Showing
6 changed files
with
7 additions
and
154 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -35,6 +35,7 @@ will try to clarify it. | |
|
||
* Add a [DCO](https://developercertificate.org/) / `Signed-off-by` line in any commit message. | ||
|
||
* Add a RELEASE_NOTES entry in every commit. Set it to n/a for minor changes that are not noteworthy for the changelog. | ||
|
||
## Building & Testing | ||
|
||
|
@@ -52,20 +53,11 @@ repository. | |
|
||
### Preparation | ||
|
||
In order to release gopass we currently rely on a patched version of goreleaser. | ||
While most of our customizations have been submited and merged upstream some had | ||
to be changed to be accepted and others were rejected. We'd like to switch back | ||
to vanilla goreleaser in the future, but this requires some tweaks to the build | ||
and release process. | ||
gopass release should work with the latest upstream version of goreleaser. | ||
|
||
```bash | ||
# Install our modified version of goreleaser | ||
go get -u github.com/goreleaser/goreleaser | ||
cd $GOPATH/src/github.com/goreleaser/goreleaser | ||
git remote add gopass [email protected]:gopasspw/goreleaser.git | ||
git fetch gopass | ||
git checkout gopass | ||
git pull gopass gopass | ||
go install | ||
``` | ||
|
||
|
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
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