Skip to content

Commit

Permalink
Merge pull request #10 from Blackvote/main
Browse files Browse the repository at this point in the history
Create workflow with release-please
  • Loading branch information
rezmoss authored Sep 16, 2024
2 parents 033b356 + 1eb2716 commit aab890e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: release-please

on:
push:
branches:
- main

jobs:
release-please:
runs-on:
- ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release-please
with:
release-type: simple # i see no difference between "go" and "simple"
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.2.0 (2024-09-13)


### Miscellaneous Chores

* release 0.2.0 ([f5af040](https://github.com/Blackvote/axios4go/commit/f5af040ab3a15fff104d8154f79f59bcdc46292a))

0 comments on commit aab890e

Please sign in to comment.