Skip to content

Commit

Permalink
build: Release 0.5.0
Browse files Browse the repository at this point in the history
[email protected]
[email protected]

Generated by cargo-workspaces
  • Loading branch information
chevdor committed Jun 18, 2021
1 parent 7337959 commit ac139ee
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ jobs:
git config --global user.name 'TeraBot'
git config --global user.email '[email protected]'
git commit Formula/srtool.rb -m "build: new homebrew formula for ${{ env.RELEASE_VERSION }}"
echo TODO: push disabled for now
# git push origin HEAD:master
git push origin HEAD:master
create_draft:
needs: ["linux", "macos"]
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "srtool-cli"
readme = "README.md"
repository = "https://github.com/chevdor/srtool-cli"
version = "0.4.0"
version = "0.5.0"

[[bin]]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "srtool-lib"
version = "0.3.0"
version = "0.5.0"
authors = ["chevdor <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion templates/formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class {{ NAME }} < Formula
desc "{{ DESCRIPTION }}"
homepage "{{ HOMEPAGE }}"
url "{{ SITE }}/{{ REPO }}/releases/download/v{{ VERSION }}/{{ ARCHIVE | default(value=BIN ~"-macos-v" ~ VERSION) }}.tar.gz"
url "{{ SITE }}/{{ REPO }}/releases/download/v{{ VERSION }}/{{ ARCHIVE | default(value=BIN ~"_macos_v" ~ VERSION) }}.tar.gz"
sha256 "{{ SHA256 }}"
version "{{ VERSION }}"
Expand Down
2 changes: 1 addition & 1 deletion templates/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tera --help
```
brew tap chevdor/srtool-cli https://github.com/chevdor/srtool-cli
brew update
brew install chevdor/srtool-cli/srtool-cli
brew install chevdor/srtool-cli/srtool
```

{{ CHANGELOG }}

0 comments on commit ac139ee

Please sign in to comment.