Skip to content

Commit

Permalink
Merge pull request #18 from vodyani/feature/0.1.6
Browse files Browse the repository at this point in the history
Feature/0.1.6
  • Loading branch information
ChoGathK committed Mar 23, 2022
2 parents bd0e4dc + b68e6f1 commit 9874830
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 17 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "release"

on:
push:
branches: [release]
branches: [master]

jobs:
publish_package:
Expand All @@ -17,12 +17,3 @@ jobs:
uses: vodyani/workflows/.github/workflows/publish-release.yml@master
secrets:
GITHUB_CI_TOKEN: ${{ secrets.GITHUB_TOKEN }}

auto_merge:
needs: [publish_release]
uses: vodyani/workflows/.github/workflows/auto-merge.yml@master
secrets:
GITHUB_CI_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
source_branch: "release"
target_branch: "master"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ yarn-error.log*

# Build
dist
temp

# Runtime data
pids
Expand Down
8 changes: 4 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ npm install --save-dev @vodyani/eslint-config

## Dependencies

- eslint `v8`
- eslint-plugin-import `v2`
- typescript-eslint/parser `v5`
- typescript-eslint/eslint-plugin `v5`
- [eslint](https://github.com/eslint/eslint) `v8`
- [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) `v2`
- [typescript-eslint/parser](https://github.com/eslint/typescript-eslint-parser) `v5`
- [typescript-eslint/eslint-plugin](https://github.com/bradzacher/eslint-plugin-typescript) `v5`

## Contributing

Expand Down
4 changes: 2 additions & 2 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,7 +1,7 @@
{
"name": "@vodyani/eslint-config",
"license": "MIT",
"version": "1.0.5",
"version": "1.0.6",
"author": "ChoGathK",
"description": "⚙ With a little preparation, the typescript eslint generic rules for vodyani may be readily integrated into projects.",
"homepage": "https://github.com/vodyani/eslint-config#readme",
Expand Down

0 comments on commit 9874830

Please sign in to comment.