Skip to content

Commit

Permalink
Technical/Clean up releasing script (#94)
Browse files Browse the repository at this point in the history
* Updated releasing script
* Tested auto deploy result
* Updated gem version
  • Loading branch information
bestwebua authored Nov 30, 2022
1 parent 263987d commit 93439c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .circleci/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ FILE_NAME="gh"
BUILD_ARCHITECTURE="linux_amd64.deb"
DELIMETER="_"
PACKAGE_FILE="$FILE_NAME$DELIMETER$BUILD_ARCHITECTURE"
PUBLISHER_EMAIL="admin@bestweb.com.ua"
PUBLISHER_NAME="Vladislav Trotsenko"

gh_cli_latest_release() {
curl -sL -o /dev/null -w %{url_effective} "$RELEASES_URL/latest" | rev | cut -f1 -d'/'| rev
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [1.5.11] - 2022-11-30

### Updated

- Updated releasing script, removed git publisher defining

## [1.5.11] - 2022-11-30

### Fixed

- Fixed releasing script (publisher git details)
Expand Down
2 changes: 1 addition & 1 deletion lib/dns_mock/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DnsMock
VERSION = '1.5.11'
VERSION = '1.5.12'
end

0 comments on commit 93439c0

Please sign in to comment.