Skip to content

chore: create v1.0.0 release for Hackathon FIAP 2026#80

Merged
rebecanonato89 merged 1 commit intomainfrom
copilot/tag-release-v1-0-0
Apr 4, 2026
Merged

chore: create v1.0.0 release for Hackathon FIAP 2026#80
rebecanonato89 merged 1 commit intomainfrom
copilot/tag-release-v1-0-0

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 4, 2026

Adds a GitHub Actions workflow that automatically creates the v1.0.0 release when merged to main.

Release details:

  • Tag: v1.0.0
  • Target: main HEAD
  • Title: VigiSUS v1.0.0 — Hackathon FIAP 2026
  • Published (not draft)

The workflow triggers on push to main (scoped to changes to this workflow file) and also supports workflow_dispatch for manual runs. It uses softprops/action-gh-release@v2 with contents: write permissions to create and publish the release.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e85b634949

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

uses: softprops/action-gh-release@v2
with:
tag_name: v1.0.0
target_commitish: main
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Tag release from the triggering SHA

Using target_commitish: main makes the v1.0.0 tag resolve to whatever commit is at the tip of main when the job executes, not necessarily the commit that triggered the workflow. If another push lands on main before this job runs, this release can point to the wrong code snapshot. Pinning to ${{ github.sha }} (or the dispatch SHA) avoids that race and keeps the release reproducible.

Useful? React with 👍 / 👎.

@rebecanonato89 rebecanonato89 merged commit 154cb89 into main Apr 4, 2026
1 check passed
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.

2 participants