mirror of
https://github.com/hannobraun/Fornjot
synced 2025-06-19 17:58:58 +00:00
Update comment
This commit is contained in:
parent
14af84a7a7
commit
69b68d3fa9
@ -29,10 +29,10 @@ pub async fn create_release_announcement(
|
|||||||
let pull_requests =
|
let pull_requests =
|
||||||
pull_requests_since_last_release.pull_requests.into_values();
|
pull_requests_since_last_release.pull_requests.into_values();
|
||||||
|
|
||||||
// For now, it's good enough to just release a new minor version every week.
|
// For now, it's good enough to just release a new minor version every time.
|
||||||
// We could also determine whether there were breaking changes to make sure
|
// We could also determine whether there were breaking changes to make sure
|
||||||
// we actually need it, but as of now, breaking changes every week are
|
// we actually need it, but as of now, breaking changes are pretty much a
|
||||||
// pretty much a given.
|
// given.
|
||||||
let mut version = pull_requests_since_last_release.version_of_last_release;
|
let mut version = pull_requests_since_last_release.version_of_last_release;
|
||||||
version.minor += 1;
|
version.minor += 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user