Skip to content

Commit

Permalink
Add releasing section to README & move Building to end
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert221 committed Jan 22, 2022
1 parent 06b729b commit 417b3d9
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ brew tap leancodepl/poe2arb
brew install poe2arb
```

## Building

All you need is Go 1.17.

```
go build .
```

## Usage

`poe2arb` operates on POEditor's _JSON_ (not _JSON key-value_) export file format.
Expand Down Expand Up @@ -106,6 +98,26 @@ one: Andy has 1 kilogram of {fruit}.
other: Andy has {count} kilograms of {fruit}.
```

## Contributing

### Building

All you need is Go 1.17.

```
go build .
```

### Releasing

Create a _lightweight_ git tag and push it. GitHub Actions with a GoReleaser workflow will take care of the rest.

```
git tag v0.1.1
git push --tags
```


[github-release-link]: https://github.com/leancodepl/poe2arb/releases
[github-release-img]: https://img.shields.io/github/v/release/leancodepl/poe2arb?label=version&sort=semver
[ci-status-link]: https://github.com/leancodepl/poe2arb/actions/workflows/go-test.yml
Expand Down

0 comments on commit 417b3d9

Please sign in to comment.