Skip to content
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

Automation of package release process. #78

Closed
naipaka opened this issue May 1, 2024 · 2 comments · Fixed by #117
Closed

Automation of package release process. #78

naipaka opened this issue May 1, 2024 · 2 comments · Fixed by #117
Assignees

Comments

@naipaka
Copy link
Contributor

naipaka commented May 1, 2024

Purpose

Reduced release process time.

Background

Currently, I am manually increasing the version locally, creating a PR, and after merging, publishing locally, which is cumbersome.

Proposed Solution

  1. Manually execute the release action for GitHub Actions
    1. Allow specification of the scope
  2. Automatically create a PR for release that has been versioned by melos version
  3. Automatically melos publish after merging

Considered Alternatives

Implementation Design

@naipaka
Copy link
Contributor Author

naipaka commented Dec 11, 2024

https://medium.com/flutter/whats-new-in-flutter-3-27-28341129570c

Automated publishing of Flutter packages from GitHub
We have extended the setup-dart publish Github Actions workflow to also allow automated publishing of Flutter packages to pub.dev, making it easier to contribute to the Pub ecosystem in a verifiable manner.

It seems possible using the setup-dart publish GitHub Actions workflow!🚀

@k-nkmr
Copy link
Contributor

k-nkmr commented Jan 31, 2025

We have decided to proceed with the approach of using melos publish🚀

@k-nkmr k-nkmr mentioned this issue Feb 20, 2025
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants