File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,17 @@ feedback and approval, open a PR linking to the issue.
111111Code that is copied from other places, must be credited and is only allowed if
112112the license allows for it.
113113
114+ ## Workflows
115+
116+ To bump versions and publish the packages to JSR, do the following:
117+
118+ 1 . Trigger the manual GitHub action
119+ [ version bump] ( https://github.com/halvardssm/stdext/actions/workflows/version_bump.yml ) .
120+ 2 . Check the created PR, verify the changes, and merge.
121+ 3 . Create a [ new release] ( https://github.com/halvardssm/stdext/releases/new ) ,
122+ with the tag name ` release-[date] ` (e.g. ` release-2024.12.29 ` ) and auto
123+ generate release notes.
124+
114125## Acknowledgments
115126
116127This repo is an extension of the Deno STD and is therefore heavily based on it.
You can’t perform that action at this time.
0 commit comments