Skip to content

Conversation

@Lunkle
Copy link
Member

@Lunkle Lunkle commented Mar 29, 2025

Add a new GitHub Actions workflow to automatically create a new release when the main branch is committed.

  • .github/workflows/release.yml

    • Create a new GitHub Actions workflow file to automatically create a new release when the main branch is committed.
    • Add steps to checkout the repository, set up JDK, build with Maven, and create a new release using actions/create-release@v1.
  • README.md

    • Update the README.md to mention the automatic creation of a new release on each commit to the main branch.

For more details, open the Copilot Workspace session.

…main branch commit

Add a new GitHub Actions workflow to automatically create a new release when the `main` branch is committed.

* **.github/workflows/release.yml**
  - Create a new GitHub Actions workflow file to automatically create a new release when the `main` branch is committed.
  - Add steps to checkout the repository, set up JDK, build with Maven, and create a new release using `actions/create-release@v1`.

* **README.md**
  - Update the `README.md` to mention the automatic creation of a new release on each commit to the `main` branch.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/virtual-cardboard/nengen?shareId=XXXX-XXXX-XXXX-XXXX).
@Lunkle Lunkle merged commit 3d78805 into dev Mar 29, 2025
2 checks passed
@Lunkle Lunkle deleted the Lunkle/add-release-workflow branch March 29, 2025 17:27
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