Skip to content

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jan 6, 2024
2 parents e13ed09 + 4ecc32f commit ce7a286
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Generate a changelog for the new release using Git
- name: Generate a changelog
uses: orhun/git-cliff-action@v2.1.1
uses: orhun/git-cliff-action@v2.3.0
id: git-cliff
with:
config: cliff.toml # The configuration file for git-cliff
Expand All @@ -73,7 +73,7 @@ jobs:
# Create a new GitHub release using the gathered information
- name: Create the release
uses: nekofar/[email protected].12
uses: nekofar/[email protected].13
with:
token: ${{ github.token }} # Authentication token from GitHub
tag: ${{ github.ref_name }} # The name of the tag to be released
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## [1.0.2] - 2024-01-06

### Bug Fixes

- Solve some minor issues and update dependencies

### Documentation

- Update social follow badge in README

## [1.0.1] - 2023-11-02

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/nekofar/action-usage-guard?include_prereleases)](https://github.com/nekofar/action-usage-guard/releases)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/nekofar/action-usage-guard/prepare.yml)](https://github.com/nekofar/action-usage-guard/actions/workflows/prepare.yml)
[![GitHub](https://img.shields.io/github/license/nekofar/action-usage-guard)](https://github.com/nekofar/action-usage-guard/blob/master/LICENSE)
[![Twitter Follow](https://img.shields.io/badge/follow-%40nekofar-1DA1F2?logo=twitter&style=flat)](https://twitter.com/nekofar)
[![X (formerly Twitter) Follow](https://img.shields.io/badge/follow-%40nekofar-ffffff?logo=x&style=flat)](https://x.com/nekofar)
[![Donate](https://img.shields.io/badge/donate-nekofar.crypto-a2b9bc?logo=ko-fi&logoColor=white)](https://ud.me/nekofar.crypto)

A GitHub Action that cancels workflows if total account usage exceeds a defined threshold.
Expand Down

0 comments on commit ce7a286

Please sign in to comment.