Verify package publication for v0.1.3 across all modules
Objective
Verify that all Drupal modules published v0.1.3 packages to GitLab Composer Registry successfully.
Prerequisites
-
Tags cleaned up (Issue #3) -
CI pipelines completed
Verification Steps
-
Check Package Registry:
curl -H "PRIVATE-TOKEN: $GITLAB_TOKEN" \ "https://gitlab.bluefly.io/api/v4/projects/524/packages?per_page=100" \ | jq -r .[] | select(.name | startswith("bluefly/")) | "\(.name) | Version: \(.version)"
-
Expected Results:
- 18 packages published with version 0.1.3
- Package namespace:
bluefly/*
- Published date: after tag creation
-
Test Installation:
-
Create test composer.json -
Add GitLab Composer Registry -
Install a sample package -
Verify version is 0.1.3
-
Packages to Verify
- bluefly/ai_agentic_workflows
- bluefly/ai_agent_crewai
- bluefly/ai_agent_huggingface
- bluefly/ai_agent_marketplace
- bluefly/ai_agent_orchestra
- bluefly/ai_agents
- bluefly/ai_agents_charts
- bluefly/ai_agents_client
- bluefly/ai_provider_apple
- bluefly/ai_provider_langchain
- bluefly/alternative_services
- bluefly/api_normalizer
- bluefly/code_executor
- bluefly/dita_ccms
- bluefly/gov_compliance
- bluefly/llm
- bluefly/mcp_registry
- bluefly/recipe_onboarding
Success Criteria
-
All 18 packages show version 0.1.3 -
All packages installable via Composer -
No pipeline failures -
Package metadata correct (name, version, namespace)
Troubleshooting
If packages not published:
- Check CI pipeline logs
- Verify git tags exist
- Check CI_COMMIT_TAG extraction
- Verify GitLab token permissions
Related
- Version Tag Manager Component wiki
- Issue: Clean up incorrect version tags
- GitLab Package Registry: https://gitlab.bluefly.io/llm/drupal/llm/-/packages