You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support to add assets to GitHub released by defining the ReleaseAssets key in build.yml GitHubConfig.
Added logo.
Added Get-GHOwnerRepoFromRemoteUrl function.
Task Publish_release_to_GitHub
Added BuildCommit parameter for CI-aware commit resolution that automatically detects the actual built commit from CI environment variables (GITHUB_SHA, BUILD_SOURCEVERSION) or falls back to local git rev-parse HEAD.
Added DryRun parameter to simulate release creation without making actual changes, showing detailed information about what would be performed.
Removed
Removed GitHub Access Token from variable being displayed during build. Fixes Issue #17.
Changed
Fixed Erroring when "$ProjectName.$ModuleVersion.nupkg" is not available (i.e. when using asset list in Build.yaml).
Fixed tasks to use the new Sampler version and its public functions.
Fixed RootModule not loaded because of Module Manifest.
Making this project use the prerelease version of Sampler for testing.
Display GitHub Release info if already exists.
GitHub New PR to use Owner/Repo name.
Updated publish workflow in build.yml to Create GH PR upon release.
Updated the Readme with the icon.
Adding delay after creating release to make sure the tag is available at next git pull.
Updating when to skip the Create Changelog PR task (adding -ListAvailable).