Skip to content

Commit

Permalink
Releases/v3.2.0 (#206)
Browse files Browse the repository at this point in the history
* Using node16 runner
* Version and changelog bump
* Bump uglify-js from 3.14.3 to 3.15.5 (#202)
* Bump @actions/github from 5.0.0 to 5.0.2 (#204)
* Bump stefanzweifel/git-auto-commit-action from 4.14.0 to 4.14.1 (#198)
* Update dependabot for 3.3.0
* Final prep for v3.2.0
* Change log updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dangoslen and dependabot[bot] authored Jul 9, 2022
1 parent 7f2105b commit d24f8a8
Show file tree
Hide file tree
Showing 9 changed files with 6,681 additions and 3,849 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updates:
open-pull-requests-limit: 2
schedule:
interval: "weekly"
target-branch: "releases/v3.2.0"
target-branch: "releases/v3.3.0"
- package-ecosystem: "github-actions"
directory: "/"
labels:
Expand All @@ -20,4 +20,4 @@ updates:
open-pull-requests-limit: 2
schedule:
interval: "weekly"
target-branch: "releases/v3.2.0"
target-branch: "releases/v3.3.0"
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: npm run test:badges
- run: npm run package

- uses: stefanzweifel/[email protected].0
- uses: stefanzweifel/[email protected].1
with:
commit_message: "Auto-package action"

Expand All @@ -53,7 +53,7 @@ jobs:
activationLabel: 'dependabot'
newVersionLineNumber: 4

- uses: stefanzweifel/[email protected].0
- uses: stefanzweifel/[email protected].1
with:
commit_message: "Update changelog"

Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.16.0
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# CHANGELOG
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [v3.2.0]
### Changed
- Now runs on Node 16
- Adds `.nvmrc` to set the version
- Updates node version in `action.yml`
### Dependencies
- Bumps `uglify-js` from 3.14.3 to 3.15.5
- Bumps `@actions/github` from 5.0.0 to 5.0.2
- Bumps `stefanzweifel/git-auto-commit-action` from 4.14.0 to 4.14.1

## [v3.1.0]
### Fixes
- Fixes issue #184
Expand Down Expand Up @@ -177,4 +187,4 @@ Please upgrade to use with `actions/checkout@v2`!
- Adds updates to the `README.md` and `action.yaml` to prepare to the GitHub marketplace

## [v0.1.0]
- Initial `Changelog Enforcer` functionality, including the use of a label to skip
- Initial `Changelog Enforcer` functionality, including the use of a label to skip
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ inputs:
required: true
default: ${{ github.token }}
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'check-square'
Expand Down
10,165 changes: 6,470 additions & 3,695 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit d24f8a8

Please sign in to comment.