Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

182 create releases automatically #183

Merged
merged 4 commits into from
Oct 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ jobs:
provenance: true
- if: ${{ steps.npm-publish.outputs.type == 'published' }}
run: echo "Version changed!"

17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Releases

on:
push:
tags:
- '*'

jobs:

build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Create Release
uses: ncipollo/release-action@v1
20 changes: 0 additions & 20 deletions actions.yml

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"build": "rimraf lib && eslint --fix \"{src,test}/**/*.ts\" && npm run ts",
"check": "grep -e 'only' -e 'skip' test/*/* || echo 'Ran all tests'",
"clean": "rimraf lib dist && rm -f *.log.* src/*.js src/*/*.js test/*.js test/*/*.js",
"clean-git": "git branch -D `git branch --merged | grep -v '\\*' | grep -v 'master'`",
"debug": "echo 'Use `debugger;`\n' && mocha --inspect-brk --require ts-node/register --recursive test/**/*-spec.ts",
"done": "npm run clean && npm run bs:all && npm run check && npm run tag && npm install && git commit -am 'update version'",
"lint": "eslint --fix \"{src,test}/**/*.ts\"",
Expand Down
6 changes: 0 additions & 6 deletions save-commands.json

This file was deleted.

6 changes: 0 additions & 6 deletions typings.json

This file was deleted.