Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eslint/eslintrc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: eslint/eslintrc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 15, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    antfu Anthony Fu
    Copy the full SHA
    584cf79 View commit details

Commits on Jul 27, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b3c2d70 View commit details

Commits on Jul 28, 2023

  1. chore: release 2.1.1 (#120)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 28, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    antfu Anthony Fu
    Copy the full SHA
    5179c63 View commit details
Showing with 14 additions and 2 deletions.
  1. +3 −0 .github/workflows/add-to-triage.yml
  2. +2 −1 .github/workflows/release-please.yml
  3. +8 −0 CHANGELOG.md
  4. +1 −1 package.json
3 changes: 3 additions & 0 deletions .github/workflows/add-to-triage.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,9 @@ on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
add-to-project:
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ jobs:
permissions:
contents: write
pull-requests: write
id-token: write
steps:
- uses: google-github-actions/release-please-action@v3
id: release
@@ -37,7 +38,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: npm install
if: ${{ steps.release.outputs.release_created }}
- run: npm publish
- run: npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.1.1](https://github.com/eslint/eslintrc/compare/v2.1.0...v2.1.1) (2023-07-27)


### Chores

* Add PRs to triage ([#121](https://github.com/eslint/eslintrc/issues/121)) ([b3c2d70](https://github.com/eslint/eslintrc/commit/b3c2d70fff4134c6602ad10257776db45281817c))
* generate provenance statements when release ([#119](https://github.com/eslint/eslintrc/issues/119)) ([584cf79](https://github.com/eslint/eslintrc/commit/584cf79777fbb15147e929c7eeea6f7a56c485b5))

## [2.1.0](https://github.com/eslint/eslintrc/compare/v2.0.3...v2.1.0) (2023-06-30)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/eslintrc",
"version": "2.1.0",
"version": "2.1.1",
"description": "The legacy ESLintRC config file format for ESLint",
"type": "module",
"main": "./dist/eslintrc.cjs",