Skip to content

Does semantic release support releasing daily/weekly instead of on every commit? #3070

Answered by sheerlox
HenrikPoulsen asked this question in Q&A
Discussion options

You must be logged in to vote

While semantic-release was designed to automate the release process for Continuous Delivery purposes, it would also work perfectly if you ever decide to run the release workflow on a schedule 😉

On the other hand, because only the fix type triggers a release, that means your library/app should release a patch version only if a production dependency was updated, which is best practice to make sure you're always integrating the latest bugfixes and/or security patches.

By default, Renovate uses the chore type for development dependencies, and the fix type for actual dependencies that you ship to your consumers or production server, depending on whether you're building a library or an app.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sheerlox
Comment options

@HenrikPoulsen
Comment options

Answer selected by HenrikPoulsen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants