-
Notifications
You must be signed in to change notification settings - Fork 3
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
Automated releases #88
Merged
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
…hed. Publishing to pub.dev can only happen on tag pushes, they cannot be triggered manually
# Conflicts: # .github/workflows/start-release-train.yml
# Conflicts: # .github/workflows/finish-release-train.yml
This reverts commit d80883f.
hawk23
commented
Dec 21, 2023
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). | |||
|
|||
## [0.4.0] - 2023-12-12 | |||
### Added | |||
Support for Picture-in-Picture (PiP) playback on iOS | |||
- Support for Picture-in-Picture (PiP) playback on iOS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sneak fix
ios/bitmovin_player.podspec
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To simplify the workflow, the version number and other info is now taken form pubspec.yaml
. One less version to bump
rolandkakonyi
approved these changes
Dec 21, 2023
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.
Description
Adds automation using GH actions for the whole release process.
Changes
start-release-train.yml
dart pub publish --dry-run
finish-release-train.yml
dart-lang/setup-dart/.github/workflows/publish.yml@v1
)publish.yml
pub.dev
Sidenote: The GH release, release branch, merge PR, and tag, that were created by the test run are deleted already again, to have a clean repo state.
Tests
n/a
Checklist (for PR submitters and reviewers)
CHANGELOG.md
entry for new/changed features, bug fixes or important code changes: n/a as only internal changes