issues
search
Cysharp
/
Ulid
Fast .NET C# Implementation of ULID for .NET and Unity.
MIT License
1.33k
stars
57
forks
source link
chore: release on workflow_dispatch
#21
Closed
guitarrapc
closed
3 years ago
guitarrapc
commented
3 years ago
TL;DR
fix asmdef to refer precompiled assemblies
add package.json for UPM.
Change release flow from
tag push
to
worlkflow dispatch
.This enable
dry_run
to create package before tag/release.
add .meta commit missing detection on ci.
debug build on
master
branch push/pr only.
Change
before: tag version
1.0.0
and push to origin will start release github actions.
after: go to github actions -> build-release -> Workflow dispatch -> set
tag
&
dry_run
.
TL;DR
tag push
toworlkflow dispatch
.This enabledry_run
to create package before tag/release.master
branch push/pr only.Change
1.0.0
and push to origin will start release github actions.tag
&dry_run
.