Skip to content

Commit 7550dd0

Browse files
authored
Move repository to GoReleaser org (#3)
1 parent be0c568 commit 7550dd0

15 files changed

Lines changed: 60 additions & 86 deletions

File tree

README.md

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
[![GitHub release](https://img.shields.io/github/release/crazy-max/ghaction-goreleaser.svg?style=flat-square)](https://github.com/crazy-max/ghaction-goreleaser/releases/latest)
2-
[![GitHub marketplace](https://img.shields.io/badge/marketplace-goreleaser--action-blue?logo=github&style=flat-square)](https://github.com/marketplace/actions/goreleaser-action)
3-
[![Test workflow](https://github.com/crazy-max/ghaction-goreleaser/workflows/test/badge.svg)](https://github.com/crazy-max/ghaction-goreleaser/actions)
4-
[![Support me on Patreon](https://img.shields.io/badge/donate-patreon-f96854.svg?logo=patreon&style=flat-square)](https://www.patreon.com/crazymax)
5-
[![Paypal Donate](https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal&style=flat-square)](https://www.paypal.me/crazyws)
6-
7-
## ✨ About
8-
9-
GitHub Action for [GoReleaser](https://goreleaser.com/), a release automation tool for Go projects.
1+
<p align="center">
2+
<img alt="GoReleaser Logo" src="https://avatars2.githubusercontent.com/u/24697112?v=3&s=200" height="140" />
3+
<h3 align="center">GoReleaser Action</h3>
4+
<p align="center"><a href="https://github.com/features/actions">GitHub Action</a> for GoReleaser</p>
5+
<p align="center">
6+
<a href="https://github.com/goreleaser/goreleaser-action/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/release/goreleaser/goreleaser-action.svg?logo=github&style=flat-square"></a>
7+
<a href="https://github.com/marketplace/actions/goreleaser-action"><img alt="GitHub marketplace" src="https://img.shields.io/badge/marketplace-goreleaser--action-blue?logo=github&style=flat-square"></a>
8+
<a href="https://github.com/goreleaser/goreleaser-action/actions"><img alt="Test workflow" src="https://github.com/goreleaser/goreleaser-action/workflows/test/badge.svg"></a>
9+
<a href="https://www.patreon.com/crazymax"><img alt="Support CrazyMax on Patreon" src="https://img.shields.io/badge/crazymax-patreon-f96854.svg?logo=patreon&style=flat-square"></a>
10+
</p>
11+
</p>
12+
13+
---
1014

1115
> **:warning: Note:** To use this action, you must have access to the [GitHub Actions](https://github.com/features/actions) feature. GitHub Actions are currently only available in public beta. You can [apply for the GitHub Actions beta here](https://github.com/features/actions/signup/).
1216
13-
## 🚀 Usage
17+
## Usage
1418

15-
Below is a simple snippet to use this action. A [live example](https://github.com/crazy-max/ghaction-goreleaser/actions) is also available for this repository.
19+
Below is a simple snippet to use this action. A [live example](https://github.com/goreleaser/goreleaser-action/actions) is also available for this repository.
1620

1721
```yaml
1822
name: goreleaser
@@ -33,7 +37,7 @@ jobs:
3337
uses: actions/setup-go@master
3438
-
3539
name: Run GoReleaser
36-
uses: crazy-max/ghaction-goreleaser@master
40+
uses: goreleaser/goreleaser-action@master
3741
with:
3842
version: latest
3943
args: release --rm-dist
@@ -42,17 +46,17 @@ jobs:
4246
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4347
```
4448
45-
## 💅 Customizing
49+
## Customizing
4650
47-
### inputs
51+
### Inputs
4852
4953
Following inputs can be used as `step.with` keys
5054

5155
| Name | Type | Default | Description |
5256
|---------------|---------|-----------|------------------------------------------|
5357
| `version` | String | `latest` | GoReleaser version. Example: `v0.117.0` |
5458
| `args` | String | | Arguments to pass to GoReleaser |
55-
| `key` | String | | Private key to import
59+
| `key` | String | | Private key to import |
5660

5761
### Signing
5862

@@ -67,15 +71,6 @@ signs:
6771
6872
This feature is currently only compatible when using the default `gpg` command and a private key without a passphrase.
6973
70-
## 🤝 How can I help ?
71-
72-
All kinds of contributions are welcome :raised_hands:!<br />
73-
The most basic way to show your support is to star :star2: the project, or to raise issues :speech_balloon:<br />
74-
But we're not gonna lie to each other, I'd rather you buy me a beer or two :beers:!
75-
76-
[![Support me on Patreon](.res/patreon.png)](https://www.patreon.com/crazymax)
77-
[![Paypal Donate](.res/paypal.png)](https://www.paypal.me/crazyws)
78-
79-
## 📝 License
74+
## License
8075
8176
MIT. See `LICENSE` for more details.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/crazy-max/ghaction-goreleaser
1+
module github.com/goreleaser/goreleaser-action
22

33
go 1.12

lib/installer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function getFileName() {
5858
}
5959
function determineVersion(version) {
6060
return __awaiter(this, void 0, void 0, function* () {
61-
let rest = new restm.RestClient('ghaction-goreleaser', 'https://github.com', undefined, {
61+
let rest = new restm.RestClient('goreleaser-action', 'https://github.com', undefined, {
6262
headers: {
6363
Accept: 'application/json'
6464
}

node_modules/@actions/io/package.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/tool-cache/LICENSE.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

node_modules/@actions/tool-cache/README.md

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/tool-cache/lib/tool-cache.js

Lines changed: 2 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)