Skip to content

Commit

Permalink
docs: add notes on publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
LiHRaM committed Oct 24, 2024
1 parent 5f90e48 commit 84737e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ This project is a [Source Generator](https://docs.microsoft.com/en-us/dotnet/csh
We use project files to control the generation of constants.
You can see how these are used in [Podimo.ExampleConsoleApp](examples/Podimo.ExampleConsoleApp/Podimo.ExampleConsoleApp.csproj).

## Publish to Nuget

Publishing to Nuget requires a tag to be attached to a given commit in the `main` branch.
GitHub Actions will build the package, publish to Nuget and create a GitHub release as well.


## License

See [LICENSE-APACHE](LICENSE-APACHE), [LICENSE-MIT](LICENSE-MIT).

0 comments on commit 84737e7

Please sign in to comment.