Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/goreleaser/goreleaser
Deliver Go binaries as fast and easily as possible
https://github.com/goreleaser/goreleaser
9dcfcd4db66ccbf824b5da97e70a58c040d5c401 authored about 7 years ago
8a0b484cab5dfbc2e9787343b10ec524ab1579d0 authored about 7 years ago
d4b84becd73f7f15adb5f867d557924feeddce9e authored about 7 years ago
30a78676041a0ed4a929b420a4d0487db72dd011 authored about 7 years ago
3cfa0787b3fb04e90a8f75b334e0dfcc951e70e0 authored about 7 years ago
32fbebcc588a06be3f96db806de91891e22b2023 authored about 7 years ago
24f186a63c5681001fb4276debb8de64e623d6e1 authored about 7 years ago
906c8b08e3bd396b7f9ec0e7b9a5428cb57ed214 authored about 7 years ago
1982259c29b8c214352862b6bb8d668062c9454d authored about 7 years ago
e9b276923aaede9aaa894224fd639c4d1265c387 authored about 7 years ago
bdacb33cea5f89cce5a2f87feac52e30838baa10 authored about 7 years ago
248810535e4240c751084a55d917bca28f39baff authored about 7 years ago
574b2942b3c4efee2da0111d6c32af02f701099e authored about 7 years ago
d83b420f3923de66cd764f4d69f6c4dc625d422c authored about 7 years ago
b9cc820e1dc13b62477194812ebdb36d502925b7 authored about 7 years ago
375940841f792c64d174c460d0b360eb35a51785 authored about 7 years ago
It contains the needed code to refactor the rest of the app
f09a5396fb0050d42a8d988af44d222671d62b0e authored about 7 years ago0d9b227f488bbe7f9d04db9982605d20374371fe authored about 7 years ago
docs: fix sign docs
692d6cfcba236c1234ce922dd7c2ae0fa25bf6cf authored about 7 years agofix sign docs
a2f5b61b897b48a8f696973dd0106b1d9d3c4252 authored about 7 years agofeat: add artifact signing pipeline
5e22ef11305c8dceea902b425c8ca1ada5ee35ec authored about 7 years ago
Fix strange things gometalinter complains about and which break the CI
build.
Remove some paths from the code where you can shoot yourself in the
foot.
Improve tests to check...
Add test for AddChecksum
d72c70a71b2266129b56caabc9218f0aa813b238 authored about 7 years ago
The unit tests needs a test key to work with. I have tried to create a
test keyring on the fly a...
This patch adds a generic artifact signing pipeline.
Fixes #166
7b95e1e342e58fe7181706f9e56a44919f16325f authored about 7 years agochore: checking markdown with prettier/prettier
3ea8bc097f35e91338da3400194496aa7d8d35f1 authored about 7 years agoBased on prettier/prettier
10416862623da39210ba672fdf9f96e1158f237c authored about 7 years agoBased on prettier/prettier
5345aadd0de7caa5e98127f7e3c7c9c0597dc21e authored about 7 years agoSo they are all equally formated
d7da2c295abb9e9342a5d16188d63896bd6aa9f9 authored about 7 years agoSo they are all equally formated
b1ccfbc6c2fa88aa30a6f1a65e24b1d32cdda18b authored about 7 years ago
We were deploying only on tags, but sometimes
we need to change the docs without tagging and
...
Artifactory docs should be closer to docker and others.
e8e28fead68e95f530691aac67fa2f82d009a414 authored about 7 years agoArtifactory: Added basic support to push binaries to an Artifactory store
e82994f878667a2da7828bc0f7c7db07584c1089 authored about 7 years ago
* master:
fix: lint warnings
test: fixed tests
test: added tests to effective config pipe
...
Also renamed the pipe from finalconfig to effectiveconfig
f3fcb489832091ba7120889935f15287fd767549 authored about 7 years ago
Writes the actual config file (with defaults
merged, etc) into the dist folder.
Can be useful f...
06ddedf12a0408e179311488fffc2dd124ef3a21 authored about 7 years agoadded nosec for a mkdir 0755
36015b472437960043bbf0a6beb617ed53bdec2c authored about 7 years agobroken because of dist not being removed anymore
07c04b33f832af391a5db85491150ff89648a4b2 authored about 7 years ago
goreleaser offers a ctx.Env map to access env variables.
os.GetEnv and os.Setenv usages where re...
- if l := len(ctx.Config.Artifactories); l == 0 {
+ if len(ctx.Config.Artifactories)...
New tests added:
- TestRunPipe_TargetTemplateError
- TestRunPipe_UnparsableErrorResponse
- TestR...
The unit test TestArtifactoriesWithInvalidMode was not testing
what it should be. The publish pa...
Added a couple of new unit tests, e.g. to test
- Defaults
- Mode: archive
uploadBinary and uploadArchive where nearly the same code.
We generalized uploadAssetAndLog() to...
vetshadow throwed two warnings of shadows declaration of err
51bc617d324af0727eadcfa5e3e40e24fc2e04f2 authored about 7 years ago
The Artifactory pipeline now supports two different
types of upload modes:
- binary: Only the r...
d875dd0dd5f803577626211e8a8141396ac6d590 authored about 7 years ago
This introduced a new property per Artifactory instance: Name
With this name we are able to
a) ...
27a9abc73be1cf9de8a1c5ef740afbd90f60006b authored about 7 years ago
* master:
fix: remove brew taps listing from release notes
fix: tests should pass now
styl...
It never worked, because the brew pipe is the last
to run.
Either way, it is not a really usefu...
bb5e27b0c45a89957ed58c7910ad3385814de9c7 authored about 7 years agoMake the code more safe
5636313d7c9cfbd9f48578fd104771d65eae9720 authored about 7 years ago
- Added paddings
- Added total time taken by the release
Closes #441
29d9ae587833da2982be56ec01da4727ac89145c authored about 7 years ago
* master: (47 commits)
docs: add docs for env vars in name_template
test: add test for name_...
Add a test for name_template with an env var.
904d4455f4f25c91c16f98a22e6a77fe767dad22 authored about 7 years agoAdd docs for using env vars in name_template.
5a199e50d28a786e92fd33654a542f4d9096eff4 authored about 7 years ago
This patch adds support to use env vars for the
archive.name_template parameter.
The old taps URL 404s out; I updated it to the new URL.
b2e0895ec09e9f437b108331f278595d3f8d39e7 authored about 7 years ago
It was showing the last build, which may be from
a broken PR.
Also simplified imports
a8ce65013e7d2983155b1e3b34c9a1bccdc22097 authored about 7 years ago
- Added homebrew taps
- Docker pull commands instead of list of docker imgs
Setting up the TODO bot.
https://github.com/jasonetco/todo
0efbe336e384e81a54fa273bfa568eb38126a657 authored about 7 years agoIt's the configuration for the stale probot.
https://github.com/probot/stale
46eaa193a207547c135f600d6af0d18ff90c66fe authored about 7 years agoDocs are using master instead of gh-pages.
b0aa533a4f584ddc1f6f9bdc7b02cbc286584dd5 authored about 7 years agoSo we guarantee that docs wont break on change
5e2cca2eb1d09e2f2bed772542c18d4914237ba9 authored about 7 years agoShould work better than hacky scripts
da61f77dff1b912155a636cef6e9c5fd66d6f3b2 authored about 7 years agoGoReleaser will fail to run on a non-empty dist
94481dfbe2993b78b13ee455844c9ed49bb8e73c authored about 7 years ago
Travis cant clone it via ssh since it doesnt
have the ssh key
Auto-deploy docs on releases.
Should test it first, though.
Ensure that the git log output is not decorated. Otherwise, the format
changes and the tests fai...
Making the static task commit and push
the changes
Add env var support for the Docker tag_template field incl. test.
25e1cddc1b1198e89ed38f02ba2879447f765977 authored about 7 years agoUpdate docs for tag_template.
c92932078257fbcd3819453d85a1a44376a65aa6 authored about 7 years ago
The loadEnv() function was splitting env vars on all `=` characters
which is not correct. Env va...
In preparation to support env vars for Docker tag_template and also to
simplify the tests by not...
New feature recently added
8d9245d4d389ee0999ff6bd45294f4643ca7fb87 authored about 7 years agoAllow to template docker tags.
Closes #433
14d1347ed9c463afb68c29b0844a328abcc2dd73 authored about 7 years ago
VSCode used alecthomas/template instead of text/template
automatically, tests begin to fail when...
VSCode used alecthomas/template instead of
text/template automatically
Using the tag instead of the version
8f5cf8a102b2dc7954a45824b1f64918b918a5f1 authored about 7 years ago
I was using my own fork, but its getting
hard to maintain that. Lets use the
default version.
Supports passing environment variables to ldflags by using .Env.VARNAME.
Closes #426
d5c7af1db95e3d139ff95290d42c75feb26047c9 authored about 7 years agoAdded tests for snapshot defaulter
f9cdb2df04f24c0b7b25d8e7c9c6059f1ed10687 authored about 7 years agoAdded tests for docker defaulter
b702adfc61f368da8ff5dba4fb11e2f1931fc7ee authored about 7 years agoAdded tests for release defaulter
a3a10fab371967e3381da40ab8ddc985dfcfc57b authored about 7 years agoReadded it for now. Should remove it someday as it is deprecated
0d9da86624faa99d93cdeac7943787c4baddf168 authored about 7 years agoAs suggested by @jorin
2b42a7346fa78593f9e190342f28cd6c06cbd001 authored about 7 years ago
Right now the code looks weird because the defaults
of a pipe are far away of the implementation...
Was using a constant that no longer exists
65a8e96779b4fa52204690bba24ef357b53e0ca4 authored about 7 years agoAn if statement was wrong, fixed it and added tests
3fd9e0f306dc1c3c490f626ba309c3b431676854 authored about 7 years ago
Added more tests to cover defaulter. Also moved
some code around.
Added more tests to cover defaulter.
a432839ad44a28531f4ffe2b1cb41e36a95b5126 authored about 7 years agoAdded tests for archive defaulter
8535ed38113f98c8864c2dfe34de25b21de79f05 authored about 7 years agoI messed up the name template, tests save me
278026992bbb1d4644053ccb3344d55a0d0d2947 authored about 7 years agoAdded more tests to cover defaulter.
2dfdb4cd613f222864c8b19fdbf4193f4498ef0d authored about 7 years ago
Moved tests from defaults to build pipe, as it
doesnt make sense to be there.
I changed it, dunno why. Lets keep changes minumum
8c86228e427112e4b0afc4c0c2f1e157e8e40ca3 authored about 7 years agoDunno why vscode did not removed it
66e8f987358dfaddae21440957cbd95ab4cd9532 authored about 7 years agoEach pipe now does its own templating
eb19e2b5d9ffc56b0771dd55bf9fa512c12200ea authored about 7 years agoWe use fmt.Stringer now
44d01ceccbf5e42cdfe731aa9d01c28c3d93039b authored about 7 years agoI was shadowing binaryName
208ab4df23f9683e254794afeb900a00242d5084 authored about 7 years ago