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-stylistic/eslint-stylistic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.0-beta.1
Choose a base ref
...
head repository: eslint-stylistic/eslint-stylistic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.0
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Aug 29, 2024

  1. chore: release-please-mark

    Release-As: 2.7.0
    antfu committed Aug 29, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    antfu Anthony Fu
    Copy the full SHA
    4b2d7ba View commit details
  2. ci: add back changelogithub

    antfu committed Aug 29, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    antfu Anthony Fu
    Copy the full SHA
    42bb614 View commit details
  3. chore: release v2.7.0 (main) (#523)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 29, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c74c517 View commit details
24 changes: 24 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Release

on:
push:
tags:
- 'v*'

jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v4
with:
node-version: lts/*

- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ jobs:
with:
config-file: release-please-config.json
target-branch: ${{ github.ref_name }}
skip-github-release: true
publish-npm:
runs-on: ubuntu-latest
needs: release-please
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.7.0-beta.1"
".": "2.7.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.7.0](https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.7.0-beta.1...v2.7.0) (2024-08-29)


### Chores

* release-please-mark ([4b2d7ba](https://github.com/eslint-stylistic/eslint-stylistic/commit/4b2d7baa01258ef4ec0d92267950ec9a2ceee62e))

## [2.7.0-beta.1](https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.7.0-beta.0...v2.7.0-beta.1) (2024-08-29)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eslint-stylistic/monorepo",
"type": "module",
"version": "2.7.0-beta.1",
"version": "2.7.0",
"private": true,
"packageManager": "pnpm@9.9.0",
"license": "MIT",
2 changes: 1 addition & 1 deletion packages/eslint-plugin-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylistic/eslint-plugin-js",
"type": "commonjs",
"version": "2.7.0-beta.1",
"version": "2.7.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
2 changes: 1 addition & 1 deletion packages/eslint-plugin-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylistic/eslint-plugin-jsx",
"type": "commonjs",
"version": "2.7.0-beta.1",
"version": "2.7.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
2 changes: 1 addition & 1 deletion packages/eslint-plugin-migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylistic/eslint-plugin-migrate",
"type": "commonjs",
"version": "2.7.0-beta.1",
"version": "2.7.0",
"description": "ESLint plugin to migrate built-in rules to stylistic rules",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
2 changes: 1 addition & 1 deletion packages/eslint-plugin-plus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylistic/eslint-plugin-plus",
"type": "commonjs",
"version": "2.7.0-beta.1",
"version": "2.7.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
2 changes: 1 addition & 1 deletion packages/eslint-plugin-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylistic/eslint-plugin-ts",
"type": "commonjs",
"version": "2.7.0-beta.1",
"version": "2.7.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylistic/eslint-plugin",
"type": "commonjs",
"version": "2.7.0-beta.1",
"version": "2.7.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eslint-stylistic/metadata",
"type": "commonjs",
"version": "2.7.0-beta.1",
"version": "2.7.0",
"description": "Metadata for eslint-stylistic packages",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",