Skip to content
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

Merged
merged 2 commits into from
Feb 12, 2023
Merged

ci: add CD and semantic-release #17

merged 2 commits into from
Feb 12, 2023

Conversation

Rei-x
Copy link
Member

@Rei-x Rei-x commented Feb 12, 2023

No description provided.

@Rei-x Rei-x requested a review from Byczax February 12, 2023 14:39
@Rei-x
Copy link
Member Author

Rei-x commented Feb 12, 2023

/preview

@github-actions
Copy link

🖼️ Preview Environment: https://19fdd4248abaaa.lhr.lifecreate

You can stop the preview by clicking "Cancel" on the GitHub Action.

@Rei-x
Copy link
Member Author

Rei-x commented Feb 12, 2023

/preview

@github-actions
Copy link

🖼️ Preview Environment: https://67173c9de451b3.lhr.life

You can stop the preview by clicking "Cancel" on the GitHub Action.

@Rei-x
Copy link
Member Author

Rei-x commented Feb 12, 2023

/preview

@github-actions
Copy link

🖼️ Preview Environment: https://5613e20fd39a7e.lhr.life

You can stop the preview by clicking "Cancel" on the GitHub Action.

Copy link
Member

@Byczax Byczax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good for me!

Comment on lines +1 to +30
{
"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}"
}
]
]
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What this file do?

Copy link
Member Author

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

@Rei-x Rei-x merged commit ac81c62 into master Feb 12, 2023
@Rei-x Rei-x deleted the add-cd branch February 12, 2023 20:39
@Rei-x
Copy link
Member Author

Rei-x commented Feb 12, 2023

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@Rei-x Rei-x added the released label Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants