Skip to content

Commit

Permalink
Merge pull request #4 from egdelgadillo/changeset-release/main
Browse files Browse the repository at this point in the history
Update CHANGELOG for Release
  • Loading branch information
egdelgadillo authored Jan 15, 2023
2 parents 1b81a42 + 63e04c0 commit d352693
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-vans-grow.md

This file was deleted.

8 changes: 6 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ jobs:
- name: Install dependencies
run: npm install --frozen-lockfile

- name: Update CHANGELOG and Publish to NPM
- name: Update CHANGELOG
uses: changesets/action@v1
with:
commit: Update CHANGELOG
title: Update CHANGELOG for Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

- name: Publish to NPM
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.0.2

### Patch Changes

- 287c0d2: Update Github publish and CI actions

## v0.0.1

Initial release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-require-ts-check",
"version": "0.0.1",
"version": "0.0.2",
"description": "Require @ts-check in your files",
"keywords": [
"eslint",
Expand Down

0 comments on commit d352693

Please sign in to comment.