1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
Commit Graph

37 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
4b98d14f70 docs: moving some sections
Improved docs by renaming and moving some sections
2017-11-26 22:20:40 -02:00
Carlos Alexandro Becker
27426f2a72 docs: changed environment variables
Changed the name to "environment" only, so it
also covers other environment stuff
2017-11-26 22:20:40 -02:00
Carlos Alexandro Becker
db53622b24 docs: added the dist option docs
Documenting the new option
2017-11-26 22:20:40 -02:00
Joseph Wright
5193680e76 feat: Allow overriding fpm destination for binaries
Some packagers may want to put binaries in a location other than
/usr/local/bin. This allows one to override the destination for
binaries when using fpm, using the `fpm.bindir` config key.
2017-11-08 19:11:10 -02:00
Carlos Alexandro Becker
6277ab9ae3 feat: added sorting support to the changelog pipe
We can now add:

```yaml
changelog:
	sort: asc
```

to group together our commits by prefix or just to sort them...

Closes #284
2017-10-19 20:58:23 -02:00
Carlos Alexandro Becker
28c16f206c feat: also support regexp
Support for filtering commits with regexp.

Refs #284
2017-10-18 09:19:36 -02:00
Carlos Alexandro Becker
aca23027da docs: added changelog pipe docs
Added the documentation to the new changelog pipe.

Refs #284
2017-10-18 09:19:36 -02:00
Carlos Alexandro Becker
b585ac8b0e
chore: removed empty space 2017-10-16 17:18:53 -02:00
Matt Stratton
973356694a Merge branch 'master' into mattstratton/add-custom-release-title 2017-10-16 08:36:46 -05:00
Bob van Luijt
d6b2606ac2 docs: Add examples for installation
It is unclear how to get going with Goreleaser, this might help some new folks.
2017-10-15 17:28:03 -02:00
Thomas Queste
ae6f7c157c docs: typo in config filename
Was `goreleaer.yml`
2017-10-09 08:19:17 -03:00
Matt Stratton
ee67918187
feat: Change default release name to match tag
I updated the default release name to match
the git tag, per the request in the PR.

Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2017-10-07 15:35:52 -05:00
Matt Stratton
e2ee7c4b2f
feat: Add ability to specify release name
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2017-10-07 05:49:58 -05:00
Jorin Vogel
db7af5388d
feat: Add prerelease option
Add an config option to `release` section to set a release at not ready
for production.

Closes #384
2017-10-05 15:47:29 +02:00
Jorin Vogel
0e2e8c8eb3
feat: Add archive config 'wrap_in_directory'
The field is optional. When set to true, files in archive are wrapped
in a directory, which has the same name as the archive itself.
Tests have also been extended to cover this.

Closes #251
2017-10-02 18:53:18 +02:00
Carlos Alexandro Becker
f1a726b0cd
fixed build 2017-10-01 14:31:37 -03:00
Jorin Vogel
c04b18a289
docs: Polish all docs
This shortens the titles, fixes some typos, rephrases a few paragraphs,
adds some additional information and attempts to keep vocabulary more
consistent.
2017-10-01 18:57:52 +02:00
Jorin Vogel
6fb21be33c
docs: Add example for --release-notes flag
I added an example to the docs of the `--release-notes` flag to make the usage more clear (see #284).
The example is an realistic use case and might help others to generate their own changelog.
2017-09-30 22:37:11 +02:00
Jorin Vogel
a5bf473f70
Add config field to overwrite brew commit author
Default author name and email can be set in config file.
Close #292.
2017-09-30 21:18:09 +02:00
Leonardo Andrade
b2a6c1843c docs/010-quick-start: fix spelling 2017-09-28 16:16:43 -03:00
Carlos Alexandro Becker
405285a839
updated docs 2017-09-26 18:36:29 -03:00
Carlos Alexandro Becker
9ddf723c4e
Merge branch 'master' into github-enterprise 2017-09-26 18:25:11 -03:00
Carlos Alexandro Becker
742f0e7b2a
typo 2017-09-25 19:22:34 -03:00
Carlos Alexandro Becker
bd7e503961
allows extra copies in the docker image 2017-09-25 19:10:04 -03:00
Carlos Alexandro Becker
bd8494636f
docs improvements 2017-09-24 14:26:12 -03:00
Carlos Alexandro Becker
4fefd7608e
merge fixes 2017-09-24 14:25:21 -03:00
Stephan Klevenz
1cd2e5e625 Merge branch 'master' into support-github-enterprise 2017-09-24 17:25:17 +02:00
Stephan Klevenz
ca48aa430f support github enterprise 2017-09-24 17:02:34 +02:00
Carlos Alexandro Becker
2175bf1e80
also supporting latest docker tag 2017-09-14 20:16:49 -03:00
Carlos Alexandro Becker
6229468d11
docker docs
refs https://github.com/goreleaser/goreleaser/issues/320
2017-09-12 22:16:23 -03:00
Carlos Alexandro Becker
77668bc944
fixed links and formatting 2017-09-11 10:13:14 -03:00
Carlos Alexandro Becker
fb8c0ef925
icons 2017-09-10 21:11:53 -03:00
Carlos Alexandro Becker
062115e4f0
new docs 2017-09-10 17:07:28 -03:00
Carlos Alexandro Becker
b82bba7a61
mv docs/readme -> readme 2017-01-21 18:38:53 -02:00
Mohamed Gharsallah
45f7d5c244 Update docs 2017-01-21 15:02:10 +01:00
Mohamed Gharsallah
498a0a045c Update docs 2017-01-18 12:14:11 +01:00
Mohamed Gharsallah
b1aeb915a8 Add documentation 2017-01-17 22:34:59 +01:00