Skip to content

Add Semantic verison config, update README #2

Add Semantic verison config, update README

Add Semantic verison config, update README #2

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/git
@semantic-release/changelog
dry_run: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}