Skip to content

Commit

Permalink
Release v1.1.1 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazanne authored Feb 5, 2024
1 parent 487ce20 commit 6a33718
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@

### Fixed

## 1.1.1

### Changed

- Update dependencies

### Fixed
- Incorrect scanning for extinctions of removed flags led to false positives

## 1.1.0

### Added
Expand Down
6 changes: 5 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ _Read more: [Example commands](https://github.com/nektos/act#example-commands)_

## Publishing a release

Make sure [CHANGELOG.md](CHANGELOG.md) and [version](internal/version/version.go) are updated

Follow instructions to [publish a release to the GitHub Marketplace](https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace#publishing-an-action).

**Publishing** is a manual step even if automation is used to create a release.

### Versioning

_Read more: [Semantic versioning](https://semver.org/)_
We use [semantic versioning](https://semver.org/)_ AND a major version release tag for users of the action

Example latest release of v1.1.1 will also be available at tag v1.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Find flags
uses: launchdarkly/find-code-references-in-pull-request@v1.1.0
uses: launchdarkly/find-code-references-in-pull-request@v1
id: find-flags
with:
project-key: default
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Find flags
uses: launchdarkly/find-code-references-in-pull-request@v1.1.0
uses: launchdarkly/find-code-references-in-pull-request@v1
id: find-flags
with:
project-key: default
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "1.1.0"
const Version = "1.1.1"

0 comments on commit 6a33718

Please sign in to comment.