Skip to content

Develop#1

Merged
gabrielrufino merged 7 commits into
mainfrom
develop
Mar 22, 2026
Merged

Develop#1
gabrielrufino merged 7 commits into
mainfrom
develop

Conversation

@gabrielrufino

@gabrielrufino gabrielrufino commented Dec 28, 2025

Copy link
Copy Markdown
Contributor

No description provided.

Create composite action that automatically generates and pushes git tags
using the current date and time in YYYY-MM-DD.HH-MM format.
- Add 'tag' output to expose created tag name
- Add CI workflow to test action functionality
- Verify tag creation both locally and on remote
- Add CD workflow for automated releases on version tags
- Switch CI runner from ubuntu-latest to ubuntu-slim

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a GitHub Action that creates and pushes datetime-based git tags, along with CI/CD workflows for testing and releasing the action.

Key Changes:

  • Implements a composite GitHub Action that generates tags in the format YYYY-MM-DD.HH-MM based on current date/time
  • Adds CI workflow to test the action's functionality by verifying tag creation and push operations
  • Adds CD workflow to create GitHub releases when version tags are pushed

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 7 comments.

File Description
action.yml Defines the composite action that creates datetime-based tags with git configuration and push logic
README.md Updates project name and adds basic description of the action's functionality
.github/workflows/ci.yml Implements automated testing workflow that validates tag creation and remote push
.github/workflows/cd.yml Implements release automation workflow triggered by version tags

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ci.yml
Comment thread action.yml Outdated
Comment thread action.yml Outdated
Comment thread .github/workflows/ci.yml
Comment thread .github/workflows/cd.yml
Comment thread action.yml Outdated
Comment thread .github/workflows/ci.yml
- Increase tag granularity to seconds (YYYY-MM-DD.HH-MM-SS)
- Add check to skip creation and push if tag already exists
- Update CI to verify new tag format and test collision handling via mocking
- Add comprehensive usage example and features list to README
- Set explicit write permissions in CI workflow
- Use emojis and improve layout in documentation
@gabrielrufino gabrielrufino merged commit b4776bb into main Mar 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants