Skip to content

Commit

Permalink
docs: updates on workflows
Browse files Browse the repository at this point in the history
Added information on documentation
  • Loading branch information
ADMSK\AVROGAL1 committed Mar 18, 2021
1 parent 9bc3b96 commit a27bc02
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .bettercodehub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
component_depth: 6
default_excludes: true
languages:
- javascript
- typescript
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tag-template: 'v$RESOLVED_VERSION'
template: |
# Changelog
$CHANGES
See details of [all code changes](https://github.com/github/super-linter/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) since previous release
See details of [all code changes](https://github.com/AlexRogalskiy/typescript-tools/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) since previous release
categories:
- title: '🚀 Features'
labels:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
run: |
echo ::set-output name=current_version::${GITHUB_REF#refs/tags/v}
shell: bash

- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@main
with:
configuration: ".github/workflows/changelog/configuration.json"
owner: "AlexRogalskiy"
repo: "AlexRogalskiy"
repo: "typescript-tools"
ignorePreReleases: "false"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# https://github.com/marketplace/actions/release-drafter
name: Release Drafter
# The branches to listen for configuration updates to .github/release-drafter.yml and for merge commits.
# Default is the repository’s default branch.
on:
push:
branches:
- development

jobs:
Drafter:
runs-on: ubuntu-latest
steps:
- name: Release Drafter
uses: release-drafter/release-drafter@v5.7.0
with:
config-name: ./.github/release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
[![Hits-of-Code](https://hitsofcode.com/github/AlexRogalskiy/typescript-tools)](https://hitsofcode.com/github/AlexRogalskiy/typescript-tools/view)
[![ComVer](https://img.shields.io/badge/ComVer-compliant-brightgreen.svg)][tags]
[![GitHub Super-Linter](https://github.com/AlexRogalskiy/typescript-tools/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)
[![BCH compliance](https://bettercodehub.com/edge/badge/AlexRogalskiy/typescript-tools?branch=master)](https://bettercodehub.com/)

## _Table of contents_

Expand Down

0 comments on commit a27bc02

Please sign in to comment.