Skip to content

Commit

Permalink
Merge pull request #1 from CodeShayk/release/v1.0
Browse files Browse the repository at this point in the history
Create release v1.0.0
  • Loading branch information
NinjaRocks authored Nov 6, 2024
2 parents f30b248 + 498fce8 commit 11ef932
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Master-CodeQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
# supported CodeQL languages.
#
name: "master-codeql"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/PullRequest-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
Run-Lint:
runs-on: ubuntu-latest
env:
github-token: '${{ secrets.GITHUB_TOKEN }}'
github-token: '${{ secrets.GH_Packages }}'
steps:
- name: Step-01 Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
outputs:
semVersion: ${{ needs.Build-Release.outputs.semVersion }}
env:
github-token: '${{ secrets.GITHUB_TOKEN }}'
github-token: '${{ secrets.GH_Packages }}'
nuget-token: '${{ secrets.NUGET_API_KEY }}'
working-directory: /home/runner/work/ApiAggregator/ApiAggregator
steps:
Expand Down Expand Up @@ -157,4 +157,4 @@ jobs:
# THOW_ERROR_IF_VERSION_EXISTS: false

# Flag to add the `--no-build` option to the `dotnet pack` command. Enabled by default.
# PACK_NO_BUILD: true
# PACK_NO_BUILD: true
15 changes: 15 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
next-version: 1.0.0
tag-prefix: '[vV]'
mode: ContinuousDeployment
branches:
master:
regex: ^master$
release:
regex: ^release$
develop:
regex: ^develop$|^dev$
tag: beta
pull-request:
tag: beta
ignore:
sha: []

0 comments on commit 11ef932

Please sign in to comment.