Skip to content

added border case and docs #8

added border case and docs

added border case and docs #8

Workflow file for this run

name: CI
on:
pull_request:
types:
- closed
branches:
- main
paths:
- 'alerce/**'
jobs:
versioning:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.ADMIN_TOKEN }}
- name: Semantic Release
run: |
git config --global user.name "@alerceadmin"
git config --global user.email "[email protected]"
pip install python-semantic-release==7.28.1
semantic-release version
git push