Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

27 lines (15 loc) · 1.23 KB

Contributing to this repository

Ocean is a runtime agnostic library for rendering web component code to HTML. However the library is developed using Deno tooling.

Prerequisites

  1. A recent version of Deno.
  2. That's it! Deployment happens in CI so you don't need anything special for that.

Creating a release

Ocean is hosted on a custom CDN that is deployed in a GitHub Action whenever a tag is created.

You can create a new version through the GitHub Actions UI if you have the right permissions.

  1. Go to the Actions tab in the matthewp/ocean repo.

  2. Select Create version from the left side.

    Clicking the Create version link

  3. Find the Run workflow drop down and click it.

    Finding the Run workflow dropdown

  4. Type in the version you want to create and then click Run workflow.

    Typing in the version and then running the workflow