-
Notifications
You must be signed in to change notification settings - Fork 18
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: sync with 6.x branch #68
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
debdutdeb
commented
Jan 4, 2024
- fix: new revision with bridge epoch
- fix: newest 6.x revision epoch revised
- Bump Rocket.Chat version to 6.1.6
- chore: bump version to 6.2.0
- fix: version comparison in candidate releases
- chore: add core team notifications
- fix: always run notification step
- chore: version context in notifications
- new: add tests to force release workflow
- Bump Rocket.Chat version to 6.2.8
- Bump Rocket.Chat version to 6.2.9
- Bump Rocket.Chat version to 6.2.10
- Bump Rocket.Chat version to 6.2.11
- Bump version to 6.3.0
- Bump Rocket.Chat version to 6.2.12
- Bump Rocket.Chat version to 6.3.1
- Bump Rocket.Chat version to 6.3.2
- Bump Rocket.Chat version to 6.3.3
- Bump Rocket.Chat version to 6.3.4
- Bump Rocket.Chat version to 6.3.5
- Bump Rocket.Chat version to 6.3.6
- Bump Rocket.Chat version to 6.3.7
- Bump Rocket.Chat version to 6.3.8
- Bump Rocket.Chat version to 6.4.0
- Bump Rocket.Chat version to 6.3.9
- Bump Rocket.Chat version to 6.3.10
- Bump Rocket.Chat version to 6.4.1
- Bump Rocket.Chat version to 6.4.2
- Bump Rocket.Chat version to 6.4.3
- Bump Rocket.Chat version to 6.4.4
- Bump Rocket.Chat version to 6.4.5
- Bump Rocket.Chat version to 6.3.11
- Bump Rocket.Chat version to 6.4.6
- Bump Rocket.Chat version to 6.3.12
- Bump Rocket.Chat version to 6.4.7
- Bump Rocket.Chat version to 6.4.8
- Bump Rocket.Chat version to 6.5.0
- Bump Rocket.Chat version to 6.5.1
- Bump Rocket.Chat version to 6.5.2
- Bump Rocket.Chat version to 6.4.9
- ci: don't calculate greater than as it is all consuming and can fail for lack of context (ci: don't calculate greater than as it is all consuming and can fail for lack of context #67)
…for lack of context (#67) * chore: pulling force release workflow from develop * ci: don't calculate greater than as it is all consuming and can fail for lack of context If there are two version strings, and we perform a greater than, in this way, since every next step doesn't know about the last one, it can result in a false positive. Instead, if we test if A is less than B, for the three steps, if the previous did not cause a return, means we are still ok. Therefore this current step is all we need.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.