Skip to content

Commit

Permalink
Release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
talal committed Oct 4, 2023
1 parent 5f0cd0d commit efbfe16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
args: release --rm-dist --release-notes=./build/release-info
args: release --clean --release-notes=./build/release-info
version: latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ archives:
- completions/*

brews:
- tap:
- repository:
owner: sapcc
name: limesctl
folder: HomebrewFormula
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/sapcc/limesctl/compare/v3.2.1...HEAD)

## 3.3.0 - 2023-10-04

### Added

- Support for specifying shell command which will be used for retrieving user password
using `--os-pw-cmd` flag or `OS_PW_CMD` environment variable.

## 3.2.1 - 2023-09-01

### Changed
Expand Down

0 comments on commit efbfe16

Please sign in to comment.