Skip to content

Conversation

@NabilMx99
Copy link

@NabilMx99 NabilMx99 commented Jan 19, 2026

This pull request introduces an exercise focused on tagging releases in a git workflow. It adds a new exercise description to the README.md and a setup script (start.sh) that demonstrates how to commit new functionality and tag releases. The main changes are grouped below:

Exercise documentation:

  • Added a new section to README.md describing the goal of committing new functionality and tagging the release as v0.2.0.

Exercise setup and automation:

  • Created a new start.sh script that initializes the application, commits the initial version, and demonstrates updating the code and tagging both v0.1.0 and v0.2.0 releases.
  • The script also ensures that any pre-existing tags for v0.1.0 and v0.2.0 are removed before creating new ones, to avoid conflicts during the exercise.
  • The application code in App/src/Program.cs is updated to reflect the new functionality and version for the v0.2.0 release.

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