Skip to content

Fix: Remove version field from composer.json and use git tags for versioning#2

Merged
maxprilutskiy merged 2 commits intomainfrom
devin/1746244952-setup-php-sdk
May 3, 2025
Merged

Fix: Remove version field from composer.json and use git tags for versioning#2
maxprilutskiy merged 2 commits intomainfrom
devin/1746244952-setup-php-sdk

Conversation

@devin-ai-integration
Copy link
Copy Markdown
Contributor

Fix: Remove version field from composer.json and use git tags for versioning

This PR fixes the GitHub Actions workflow error by:

  1. Removing the version field from composer.json as recommended by Packagist
  2. Updating the workflow to use git tags for version detection instead of reading from composer.json
  3. Simplifying the workflow by removing unnecessary steps for updating composer.json

Changes

  • Removed version field from composer.json to pass strict validation
  • Updated workflow to detect current version from git tags
  • Removed steps that modify composer.json since we're using git tags for versioning

These changes ensure that the GitHub Actions workflow will run successfully and properly handle versioning through git tags.

Link to Devin run: https://app.devin.ai/sessions/7e5ae8c97d464b8480760363c72c0712
Requested by: Max Prilutskiy (max@lingo.dev)

…t tags

Co-Authored-By: Max Prilutskiy <maks.prilutskiy@gmail.com>
@devin-ai-integration
Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Co-Authored-By: Max Prilutskiy <maks.prilutskiy@gmail.com>
@maxprilutskiy maxprilutskiy merged commit e3bfbf4 into main May 3, 2025
@maxprilutskiy maxprilutskiy deleted the devin/1746244952-setup-php-sdk branch May 3, 2025 06:19
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 this pull request may close these issues.

1 participant