Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
murongg committed Feb 27, 2024
1 parent 1a56af5 commit f4622c1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Release

permissions:
contents: write

on:
push:
tags:
- 'v*'

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Set node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: pnpm

- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ora-io/cle-api",
"type": "module",
"version": "1.0.3-alpha.18",
"version": "0.1.0",
"description": "API for interacting with ORA CLEs",
"author": "Norman (nom4dv3) & Suning (msfew)",
"license": "ISC",
Expand Down Expand Up @@ -79,7 +79,7 @@
},
"devDependencies": {
"@murongg/eslint-config": "^0.2.1",
"@ora-io/cle-lib": "^1.0.1-alpha.4",
"@ora-io/cle-lib": "0.1.0",
"@ora-io/release-scripts": "^0.0.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
Expand Down

0 comments on commit f4622c1

Please sign in to comment.