Skip to content

Commit

Permalink
Release v3.3.0 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangoslen authored Nov 28, 2022
1 parent d737dce commit e6d07da
Show file tree
Hide file tree
Showing 6 changed files with 2,448 additions and 3,791 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ jobs:
needs: [ verify ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
with:
token: ${{ secrets.ACTION_TOKEN }}
ref: ${{ github.event.pull_request.head.ref }}
- run: npm install
- run: npm run test:badges
- run: npm run package

- uses: stefanzweifel/git-auto-commit-action@v4.14.1
- uses: stefanzweifel/git-auto-commit-action@v4.15.4
with:
commit_message: "Auto-package action"

# test action works running from the graph
enforce-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
with:
token: ${{ secrets.ACTION_TOKEN }}
ref: ${{ github.event.pull_request.head.ref }}
Expand All @@ -51,7 +51,7 @@ jobs:
with:
activationLabel: 'dependabot'

- uses: stefanzweifel/git-auto-commit-action@v4.14.1
- uses: stefanzweifel/git-auto-commit-action@v4.15.4
with:
commit_message: "Update changelog"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0

- name: read versions
id: read-version
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [v3.3.0]
### Dependencies
- Bumps `stefanzweifel/git-auto-commit-action` from 4.14.1 to 4.15.4
- Bumps `actions/checkout` from 3.0.2 to 3.1.0
- Bumps `@actions/core` from 1.6.0 to 1.9.0
- Bumps `uglify-js` from 3.15.5 to 3.17.4
- Bumps `jest` from 27.3.1 to 29.2.2

## [v3.2.1]
### Changed
- `expectedLatestVersion` no longer enforces validation if the only version in the changelog is an unreleased version.
Expand Down
Loading

0 comments on commit e6d07da

Please sign in to comment.