Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial release #7

Merged
merged 17 commits into from
Jun 15, 2024
Merged

Initial release #7

merged 17 commits into from
Jun 15, 2024

Conversation

winromulus
Copy link
Collaborator

No description provided.

Simplified the base condition in the GitHub Actions workflow. Previously, it was checking if the event name is 'pull_request', which was unnecessary. Now, it directly uses github.ref without any conditional checks. This makes the code cleaner and easier to understand.
- Un-commented the 'with' section under the gitversion execution step in the GitHub workflow.
- Added 'additionalArguments: '/showConfig'' to display configuration details during runtime.
- Added overrideConfig to the GitVersion step in the GitHub Actions workflow, specifying tags for 'develop' and 'hotfix' branches.
- Modified git tagging process to prefix version number with a 'v', aligning with semantic versioning standards.
- Disabled the 'showConfig' argument in gitversion execution
- Added a new tag 'rc' under release in the overrideConfig section
- Switched from hardcoded branch configurations to using a config file
- Expanded and detailed the GitVersion.yaml file for better version control
- Changed versioning scheme to MajorMinorPatch
- Enabled commit-message-incrementing feature
- Added specific rules for each type of branch (develop, main, release, feature, pull-request, hotfix, support)
- Updated mode to ContinuousDelivery for most branches
- Modified the git tag and push commands in the GitHub workflow to include 'version/' prefix
- Updated the tag-prefix in GitVersion.yaml to match new tagging scheme
- Reorganized the trigger paths under a single 'build' category in the GitHub workflow
- Added conditional checks to only run build steps if changes are detected in relevant files
- Ensured test-reporter only runs when there are changes requiring a build, instead of always running
- Streamlined artifact gathering and uploading by adding conditional checks for changes requiring a build
- Updated the conditional statements in the GitHub workflow file to correctly reference the `change_detection` step.
- This change affects all tasks that rely on this condition, ensuring they only run when changes are detected.
- The affected tasks include dotnet installation, gitversion setup and execution, nuget caching, dotnet restore/build/test operations, test reporting, and artifact gathering/uploading.
@winromulus winromulus changed the title Test workflow for PR Initial release Jun 15, 2024
@winromulus winromulus merged commit 223dc9e into main Jun 15, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant