automation

Streamline releases with automatic-releases

Get automated release process for laminas projects as a GitHub action, ideal for PHP startup founders
144 stars22 forksPHPGuide quality 9/10Updated 7/31/2026100% free · open source
What it does

Automates the release process for Laminas projects using GitHub Actions, streamlining versioning, tagging, and deployment.

When to use it
  • When you need to ensure consistent versioning across your Laminas project
  • As part of a CI/CD pipeline to automate deployment after code changes
  • To simplify the process of creating and managing releases for your PHP application
Ready-to-paste prompt
.github/workflows/laminas-releases.yml file contents: `name: Release
on:
  push:
    branches:
      - main
jobs:
  release:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v2
      - name: Release
        uses: laminas/automatic-releases@v1`
Heads up: Ensure you have the correct permissions and that your GitHub repository has the necessary secrets configured, such as `GITHUB_TOKEN`, to authenticate and authorize the automatic-releases GitHub Action
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/automatic-releases && curl -fsSL https://workflowstacks.com/api/skills/automatic-releases/claude-skill -o ~/.claude/skills/automatic-releases/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

Quick Actions
Details
Creator
laminas
Language
PHP
Category
automation
Published
7/9/2020

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.