Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ description: Create a report to help us improve
title: "[BUG] "
labels: ["bug"]
projects: ["TheItsProjects/6"]
type: Bug
body:
- type: textarea
id: description
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ description: Suggest an idea for this project
title: "[FEATURE] "
labels: ["enhancement"]
projects: ["TheItsProjects/6"]
type: Feature
body:
- type: textarea
id: description
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/security_vulnerability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: 🚩 Security Vulnerability
description: Show us a security vulnerability you have found
title: "[SECURITY] "
labels: ["security"]
type: Security
body:
- type: textarea
id: concern
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Restore dependencies
run: dotnet restore

- name: Test
run: dotnet test --configuration Release

- name: Build and Pack
run: |
VERSION="${GITHUB_REF_NAME#v}"
Expand All @@ -34,4 +37,4 @@ jobs:
run: dotnet nuget push ./nupkg/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate

- name: Push to GitHub Packages
run: dotnet nuget push ./nupkg/*.nupkg --source https://nuget.pkg.github.com/TheItsProjects/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
run: dotnet nuget push ./nupkg/*.nupkg --source https://nuget.pkg.github.com/theitsprojects/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ The project follows a clean architecture pattern with a clear separation between

- **Repository Name:** HPort
- **Owner:** TheItsProjects
- **GitHub URL:** [TheItsProjects/HPort](https://github.com/TheItsProjects/HPort)
- **GitHub URL:** [theitsprojects/hport](https://github.com/theitsprojects/hport)