Skip to content

Commit

Permalink
Merge pull request #3 from restfulhead/renamed
Browse files Browse the repository at this point in the history
refactor: renamed to follow auto's naming convention
  • Loading branch information
restfulhead authored Feb 14, 2024
2 parents 0dac766 + f0565fe commit 518115c
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

17 changes: 17 additions & 0 deletions packages/example-test-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# v0.0.1 (Tue Feb 13 2024)

#### 🐛 Patch

- fix: path after rename [#1](https://github.com/restfulhead/npm-auto-plugins/pull/1) ([@restfulhead](https://github.com/restfulhead))

#### 🔩 Internal

- chore: prepare release [#2](https://github.com/restfulhead/npm-auto-plugins/pull/2) ([@restfulhead](https://github.com/restfulhead))

#### ⚠️ Pushed to `release`

- feat: initial public release of filter-by-workspace-path plugin ([@restfulhead](https://github.com/restfulhead))

#### Authors: 1

- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead))
2 changes: 1 addition & 1 deletion packages/example-test-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restfulhead/npm-auto-plugin-example-test-package",
"version": "0.0.0",
"version": "0.0.1",
"description": "An example package used to test that versioning the other package does not impact this one.",
"author": "Patrick Ruhkopf",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/filter-by-workspace-path/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# (Tue Feb 13 2024)



---

# (Tue Feb 13 2024)

#### 🚀 Enhancement

- chore: fix release [#30](https://github.com/restfulhead/npm-auto-plugins/pull/30) ([@restfulhead](https://github.com/restfulhead))
Expand Down
2 changes: 1 addition & 1 deletion packages/filter-by-workspace-path/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To start using this plugin, add it to your `.autorc` config, for example:
```json
{
"plugins": [
"@restfulhead/npm-auto-plugin-filter-by-workspace-path",
"@restfulhead/auto-plugin-filter-by-workspace-path",
"npm",
]
}
Expand Down
4 changes: 2 additions & 2 deletions packages/filter-by-workspace-path/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@restfulhead/npm-auto-plugin-filter-by-workspace-path",
"name": "@restfulhead/auto-plugin-filter-by-workspace-path",
"version": "0.0.0",
"description": "A plugin for Intuit Auto that filters out commits based on specific paths",
"description": "A plugin for Intuit Auto that filters out commits based on the NPM workspace path",
"keywords": [
"auto",
"plugin",
Expand Down

0 comments on commit 518115c

Please sign in to comment.