Skip to content

Commit

Permalink
feat: added semantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed May 1, 2022
1 parent d06c23e commit 138f1b9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/self.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: self
on: [ push ]

jobs:


Release:
runs-on: ubuntu-latest

steps:

# pre-job
- name: Cloning repository
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false

- name: Semantic Release
run: |
npm i -g -D \
semantic-release \
@semantic-release/git \
@semantic-release/npm \
@semantic-release/github \
@semantic-release/changelog \
@semantic-release/commit-analyzer \
@semantic-release/release-notes-generator
semantic-release

0 comments on commit 138f1b9

Please sign in to comment.