Skip to content

Commit

Permalink
chore: doc/pkg updates
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 4, 2024
1 parent 1232e56 commit e057cee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
Expand All @@ -9,3 +6,5 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
allow:
- dependency-type: "production"
2 changes: 1 addition & 1 deletion .release
Submodule .release updated 11 files
+36 −0 CHANGELOG.md
+1 −1 LICENSE
+41 −25 README.md
+15 −2 base.sh
+0 −10 cleanup.sh
+0 −51 do.sh
+22 −0 finish.sh
+17 −0 npm/prepend-scope.cjs
+0 −23 push.sh
+122 −0 start.sh
+37 −0 submit.sh
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- chore: publish npm package in @nictool namespace


### [0.7.0] - 2022-04-20
### 0.7.0 - 2022-04-20

- feat: added index.isDelegated, and tests
- feat: add bin/cleanup
Expand Down Expand Up @@ -76,6 +76,5 @@
* added CHANGELOG


[0.7.0]: https://github.com/NicTool/dns-nameserver/releases/tag/0.7.0
[0.7.1]: https://github.com/NicTool/dns-nameserver/releases/tag/0.7.1
[0.7.2]: https://github.com/NicTool/dns-nameserver/releases/tag/0.7.2

0 comments on commit e057cee

Please sign in to comment.