Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
chore: remove unecessary ci changelog config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolassutter committed Nov 29, 2023
1 parent 6485270 commit 0181d4c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 38 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ jobs:
- name: Builds
run: pnpm build

- name: Echo tag name
run: echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV

- run: pnpm changelogen gh release ${{ env.TAG_NAME }}
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- run: pnpm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
package-lock.json
yarn.lock
dist
*.tgz
*.tgz
.env
31 changes: 2 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,10 @@

## v2.0.0

[compare changes](https://github.com/alsacreations/eslint/compare/v1.5.0...v2.0.0)

### 🚀 Enhancements

- ⚠️ Stop modifying users eslint config file with ast ([af48e86](https://github.com/alsacreations/eslint/commit/af48e86))

### 💅 Refactors

- Use `changelogen` instead of `changelogithub` ([67d9746](https://github.com/alsacreations/eslint/commit/67d9746))

### 🏡 Chore

- Use `.mjs` prettier config ([f0b602b](https://github.com/alsacreations/eslint/commit/f0b602b))
- Remove useless vs code setting ([60927dd](https://github.com/alsacreations/eslint/commit/60927dd))

#### ⚠️ Breaking Changes

- ⚠️ Stop modifying users eslint config file with ast ([af48e86](https://github.com/alsacreations/eslint/commit/af48e86))

### ❤️ Contributors

- Nicolas Sutter <[email protected]>

## v1.5.0...v2.0.0

[compare changes](https://github.com/alsacreations/eslint/compare/v1.5.0...v2.0.0)

### 🚀 Enhancements

- ⚠️ Stop modifying users eslint config file with ast ([af48e86](https://github.com/alsacreations/eslint/commit/af48e86))
- ⚠️ Stop modifying users eslint config file with ast ([af48e86](https://github.com/alsacreations/eslint/commit/af48e86))

### 💅 Refactors

Expand All @@ -44,9 +18,8 @@

#### ⚠️ Breaking Changes

- ⚠️ Stop modifying users eslint config file with ast ([af48e86](https://github.com/alsacreations/eslint/commit/af48e86))
- ⚠️ Stop modifying users eslint config file with ast ([af48e86](https://github.com/alsacreations/eslint/commit/af48e86))

### ❤️ Contributors

- Nicolas Sutter <[email protected]>

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,8 @@ module.exports = {
### Conventions git

Utilisation de [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). Depuis ces commits, le changelog de chaque release est automatisé.

### Déployer une nouvelle version

1. Se connecter à Github via la ligne de commande `gh auth login`.
2. Lancer la commande `pnpm run release` à la racine du projet.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"bin": "dist/bin/bin.js",
"scripts": {
"build": "tsup",
"release": "pnpm changelogen --output CHANGELOG.md --release --bump --push",
"release": "pnpm changelogen --release --push",
"prepare": "husky install",
"bin-exec": "tsx bin/bin.ts init"
},
Expand Down

0 comments on commit 0181d4c

Please sign in to comment.