-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add CD and semantic-release #17
Conversation
/preview |
🖼️ Preview Environment: https://19fdd4248abaaa.lhr.lifecreate You can stop the preview by clicking "Cancel" on the GitHub Action. |
/preview |
🖼️ Preview Environment: https://67173c9de451b3.lhr.life You can stop the preview by clicking "Cancel" on the GitHub Action. |
/preview |
🖼️ Preview Environment: https://5613e20fd39a7e.lhr.life You can stop the preview by clicking "Cancel" on the GitHub Action. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good for me!
{ | ||
"branches": [ | ||
"master" | ||
], | ||
"repositoryUrl": "git@github.com:informatyzacja/strona-organizacji-studenckich.git", | ||
"plugins": [ | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"preset": "conventionalcommits", | ||
"releaseRules": [ | ||
{ | ||
"type": "build", | ||
"scope": "deps", | ||
"release": "patch" | ||
} | ||
] | ||
} | ||
], | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/github", | ||
"@semantic-release/npm", | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" | ||
} | ||
] | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What this file do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its config file for semantic release, so it will automatically generate release notes for new deployments
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.