Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
apenella committed Dec 9, 2023
1 parent 6002ab0 commit 3a63462
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
- main

jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
# setup:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4

# That block is not needed anymore because the actions are executed inside a container
# - uses: actions/setup-go@v4
Expand All @@ -25,7 +25,6 @@ jobs:
# go.sum

static-analysis:
needs: setup
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Added

- Include go vet exection in the CI workflow

### Bumped

- Bump up github.com/Masterminds/semver/v3 from v3.2.0 to v3.2.1
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Added

- Include go vet exection in the CI workflow

### Bumped

- Bump up github.com/Masterminds/semver/v3 from v3.2.0 to v3.2.1
Expand Down

0 comments on commit 3a63462

Please sign in to comment.