Skip to content

Commit

Permalink
Publish package to NPM during CI publishWorkflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mangs committed Dec 6, 2023
1 parent 5e4d896 commit 4b3a3de
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publishWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.PACKAGES_TOKEN }}

# Task execution
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ github.token }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ github.token }}
- uses: mangs/simple-release-notes-action@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.1

- Publish package to NPM during CI `publishWorkflow.yml`
- Add Jean Duthon as maintainer
- Change pull request template to include checklist items

## 1.0.0

- First public release
7 changes: 4 additions & 3 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

Please keep the list sorted alphabetically by handle

| Github ID | Name | Email |
| ---------------------------------- | ----------------- | ----------------------- |
| [@mangs](https://github.com/mangs) | Eric L. Goldstein | <egoldstein@babbel.com> |
| Github ID | Name | Email |
| -------------------------------------- | ----------------- | ----------------------- |
| [@jduthon](https://github.com/jduthon) | Jean Duthon | <jduthon@babbel.com> |
| [@mangs](https://github.com/mangs) | Eric L. Goldstein | <egoldstein@babbel.com> |

## These are the prior project maintainers

Expand Down
2 changes: 1 addition & 1 deletion config/github/codeOwners
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @mangs
* @mangs @jduthon
8 changes: 7 additions & 1 deletion config/github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
**Changes:**
**Pull Request Checklist**

- [ ] I have read the [CONTRIBUTING](../CONTRIBUTING.md) document
- [ ] Readme and changelog updates were made reflecting this PR's changes
- [ ] Increase the project version number in [`package.json`](../package.json) and [`package-lock.json`](../package-lock.json) following [Semantic Versioning](http://semver.org/)

**Changes Included**

- REPLACE_ME
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babbel/eslint-config",
"version": "1.0.0",
"version": "1.0.1",
"author": "Eric L. Goldstein <egoldstein@babbel.com>",
"description": "Hierarchical ESLint configuration collection that intends to be simple to use, layered, and shared with others",
"keywords": [
Expand Down

0 comments on commit 4b3a3de

Please sign in to comment.