actions icon indicating copy to clipboard operation
actions copied to clipboard

GitHub Action that installs and uses the GitVersion and GitReleaseManager tools

Results 25 actions issues
Sort by recently updated
recently updated
newest added

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.4 to 5.3.5. Release notes Sourced from terser-webpack-plugin's releases. v5.3.5 5.3.5 (2022-08-16) Bug Fixes types (#512) (5c13ba7) Changelog Sourced from terser-webpack-plugin's changelog. 5.3.5 (2022-08-16) Bug Fixes types...

dependencies

In scenarios where running self-hosted agents in Azure DevOps, and the agents are reused between jobs, later jobs will get the wrong version installed. - Build agent installs GitVersion with...

improvement

Not sure if this is an actual issue or not but we have a project that is targeting .NET Core 3.1 (e.g. `netcoreapp3.1`). The project file is using the `Microsoft.NET.Sdk.Worker`...

GitVersion increment PreReleaseNumber for each branch separately. Is there any way to increment PreReleaseNumber or CommitsSinceVersionSource continually instead? I tried to use github.run_number instead, but it increment for each workflow...

Add Unit tests, now that we use dependency injection, it should be quite easy

enhancement
help wanted

Since today, Github Actions started using Ubuntu 20.04 for its images. When trying to run gitversion/setup 0.9.9 we get: ` Command: dotnet tool install GitVersion.Tool --tool-path /tmp/github/_temp/7d617446-79ec-41c3-a31f-064119cf69ec --version 5.6.6 Error:...

stale

Is this kinda automated issue pushing coming from this team, or is this an independent developers work? And is this a verified vulnerability you are aware of? >The workflow DeployToTest.yml...

stale

I've got the following GitHub action. ``` name: Node.js CI ... jobs: ... package: needs: [build] runs-on: ubuntu-latest strategy: matrix: node-version: [16.x] steps: - uses: actions/checkout@v2 - name: Install GitVersion...

Please, add ability for cache GitVersion for GitHub actions.

I’m writing regarding the GH Action [GitTools ](https://github.com/marketplace/actions/gittools) Our project is starting to migrate the CI/CD to GH Actions and we are interested to use your Actions. Providing some context,...