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

pod push fail #204

Open
weijunfeng opened this issue Jan 23, 2023 · 2 comments
Open

pod push fail #204

weijunfeng opened this issue Jan 23, 2023 · 2 comments
Assignees

Comments

@weijunfeng
Copy link

When I push the pod to my pod source, it is required to have commit message information, but the current version does not support the setting of commit message, can you modify it to support it?

Thanks

@russhwolf
Copy link
Contributor

Note to self: this involves passing --commit-message="$message" to pod repo push.

(docs at https://guides.cocoapods.org/terminal/commands.html#pod_repo_push)

@kpgalligan kpgalligan self-assigned this Dec 9, 2024
@kpgalligan
Copy link
Collaborator

Bumping this up. I assume this isn't a universal requirement for pod repo push, as it's been used for years now without it. Also, in recent versions we haven't been focused on CocoaPods due to the decline in overall use. However, this also seems like a relatively minor change, so we'll see if we can put something minimal into future releases. It would probably a message passed in from gradle config. Anything more complicated would take some design (for example, getting the current commit message from git and passing that).

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

No branches or pull requests

3 participants