Skip to content

Commit

Permalink
💚 ci(relase): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioguilherme1 committed Apr 25, 2024
1 parent 6c711a9 commit 3834f8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
28 changes: 13 additions & 15 deletions .github/workflows/Relase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,21 @@ on:
branches:
- main

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Release:
# This workflow contains a single job called "build"
release:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
- uses: CupOfTea696/[email protected]
with:
fetch-depth: 50
- uses: fregante/release-with-changelog@v3
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
exclude: '^Meta'
commit-template: '- {title} ← {hash}'
template: |
### Changelog
{commits}
{range}
title: "Release: $version"
tag: "v$semver"
draft: false
regex: "/^Release: #{semver}$/i"
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edit_uri: tree/main/docs/
theme:
name: material
language: pt-BR
custom_dir: docs/overrides
features:
- search.suggest
- content.code.annotate
Expand Down

0 comments on commit 3834f8e

Please sign in to comment.