Skip to content

Commit

Permalink
feat: added the breaking change function
Browse files Browse the repository at this point in the history
BREAKING CHANGE: new breaking change description
  • Loading branch information
sangeet-joy_xero committed Oct 3, 2024
1 parent 32894d8 commit 27f5c52
Show file tree
Hide file tree
Showing 6 changed files with 1,938 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/semantic-release/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const config = {
{
preset: 'angular',
writerOpts: {
headerPartial: '# {{version}}\n',
footerPartial: '\n**Full Changelog**:https://github.com/XeroAPI/Xero-OpenAPI/compare/{{previousTag}}...{{version}}'
}
}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
4 changes: 4 additions & 0 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
exec < /dev/tty && npx cz --hook || {
echo "aborting commit"
exit 1
}
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.log("hello world typo fix");
console.log("Hello from another world");
console.log("Hello");
console.log("Hello");
console.log("Breaking change function")
Loading

0 comments on commit 27f5c52

Please sign in to comment.