Skip to content

Commit

Permalink
Merge pull request #6 from openstandia/dev
Browse files Browse the repository at this point in the history
feat: add new feature
  • Loading branch information
wadahiro authored Sep 30, 2024
2 parents 6885f73 + f618d8c commit 10063e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
[
"@semantic-release/github",
{
"successComment": false,
"failTitle": false
}
]
]
}
1 change: 1 addition & 0 deletions src/main/java/jp/openstandia/example/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public static void main(String[] args) {
}

public String hello() {
// New Feature
return "Hello!";
}
}

0 comments on commit 10063e3

Please sign in to comment.