Skip to content

Commit f13f7bf

Browse files
committed
chore: Added publishing steps to readme
1 parent 5a79100 commit f13f7bf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,17 @@ feedback and approval, open a PR linking to the issue.
111111
Code that is copied from other places, must be credited and is only allowed if
112112
the 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

116127
This repo is an extension of the Deno STD and is therefore heavily based on it.

0 commit comments

Comments
 (0)