From 7c6adb696bd117fc2ee7418fef741325dd7e4966 Mon Sep 17 00:00:00 2001 From: Benny Daon Date: Sun, 14 Apr 2024 12:37:32 +0300 Subject: [PATCH] Releasing v1.4.0 --- .gitignore | 1 + .goreleaser.yml | 2 ++ CHANGELOG.md | 4 +--- README.md | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2d607e2..3363443 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ dist node_modules aatp/assets .cache/** +.gpteng/** diff --git a/.goreleaser.yml b/.goreleaser.yml index d95db43..837d313 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -32,6 +32,7 @@ builds: apple_id { username = "{{.Env.APPLE_ID_USERNAME}}" password = "{{.Env.APPLE_ID_PASSWORD}}" + provider = "{{.Env.APPLE_ID_TEAM}}" } source = ["dist/darwin_{{.Target}}/{{.Name}}"] sign { @@ -75,6 +76,7 @@ signs: apple_id { username = "{{.Env.APPLE_ID_USERNAME}}" password = "{{.Env.APPLE_ID_PASSWORD}}" + provider = "{{.Env.APPLE_ID_TEAM}}" } notarize { path = "${artifact}" diff --git a/CHANGELOG.md b/CHANGELOG.md index c5cbc3b..3e4a124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,7 @@ his file's format is define in and the release workflow reads it to set github's release notes. -## Unreleased - -This version includes breaking changes in the peers library. +## [1.4.0] 2024-4-14 ### Added diff --git a/README.md b/README.md index b4a534a..59a8941 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ server and then initiates a WebRTC connection. This repo inscludes a [one-line installer](install.sh) for installing on Mac & Linux. To use to install the latest version it run -`bash -c "$(curl -sL https://get.webexec.sh)". +`bash -c "$(curl -sL https://get.webexec.sh)"`. ### From Source