Skip to content
4 changes: 2 additions & 2 deletions config/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ versioning_systems:
# EDOTs
edot_collector:
base: 9.0
current: 9.1.3
current: 9.0.7
Copy link
Contributor

Choose a reason for hiding this comment

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

We should not update this to the most recently published version if it's a patch for a previous minor. I'm curious if there's there a way to handle this in the automation or should we rely on PR reviewers to catch this kind of error? (I don't know anything about how the automation works. 🙂)

Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch. I'll see if I can improve this.

Copy link
Contributor

Choose a reason for hiding this comment

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

PR: #1929

edot_ios:
base: 1.0
current: 1.3.0
Expand All @@ -82,7 +82,7 @@ versioning_systems:
current: 1.5.0
edot_node:
base: 1.0
current: 1.3.0
current: 1.4.0
edot_php:
base: 1.0
current: 1.1.1
Expand Down
Loading