Unfortunately, the release and publish process needs a few manual steps: updating docs in nuget.org
.
-
Pushing a new change in the master branch will trigger the release and publish process (don't forget to update the
CHANGELOG.md
). If the artifact is a newer version that the one avaiable in NuGet, it will publish the new package -
Once the new package has been published,
nuget.org
will revert the documentation to a blank state. Manually update the documentation
- Head over to
nuget.org
and log in. - Open the
TinyMCE.Blazor
package - Click on
Manage package
- Open up the
Documentation
section - You can use the link to the github repo
README.md
at https://raw.githubusercontent.com/tinymce/tinymce-blazor/master/README.md
This demo will re-compile the blazor editor component and has various demos for different use cases.
$ dotnet watch --project TinyMCE.BlazorDemoApp
$ dotnet clean
$ dotnet build