Skip to content

Commit

Permalink
feat: 🎉 Hi
Browse files Browse the repository at this point in the history
  • Loading branch information
hongshuman committed Dec 9, 2024
1 parent 0d73a76 commit 4f8d848
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
console.log("Hello, World! https://docs.github.com/en/packages/quickstart - Hong Shu-man");
console.log("Hello, World! `h8njs` - Hong Shu-man");
console.log("Hello, World! Hi `h8njs` - Hong Shu-man");
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,14 @@
"config": "conventional-changelog-cmyr-config"
}
],
"@semantic-release/github",
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"package.json"
]
"assets": [ "package.json" ]
}
]
],
"@semantic-release/github"
],
"extends": [
"semantic-release-monorepo"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/h8n/bin/h8n.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import logger from '@h8n/logger';
import utils from '@h8n/utils';

console.log("h8njs:cli/h8n - Hong Shu-man");
console.log("Hi h8njs:cli/h8n - Hong Shu-man");

logger.printMsg();
utils.printMsg();

0 comments on commit 4f8d848

Please sign in to comment.