Skip to content

Commit

Permalink
chore: Added publishing steps to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Dec 29, 2024
1 parent 5a79100 commit f13f7bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,17 @@ feedback and approval, open a PR linking to the issue.
Code that is copied from other places, must be credited and is only allowed if
the license allows for it.

## Workflows

To bump versions and publish the packages to JSR, do the following:

1. Trigger the manual GitHub action
[version bump](https://github.com/halvardssm/stdext/actions/workflows/version_bump.yml).
2. Check the created PR, verify the changes, and merge.
3. Create a [new release](https://github.com/halvardssm/stdext/releases/new),
with the tag name `release-[date]` (e.g. `release-2024.12.29`) and auto
generate release notes.

## Acknowledgments

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

0 comments on commit f13f7bf

Please sign in to comment.