Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
|
3f8d24cdf8 | ||
94b2a6b89b | |||
7458098a85 | |||
f8e85eec3b | |||
3aff0f11eb |
5 changed files with 21 additions and 8 deletions
|
@ -6,10 +6,10 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
if: github.event.issue.title == 'release'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
with:
|
||||
token: ${{ secrets.REPO_MAINTAINER_TOKEN }}
|
||||
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
./tea comment ${{ github.event.issue.number }} "Start creating release"
|
||||
|
||||
- name: setup node
|
||||
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
uses: https://github.com/actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
with:
|
||||
node-version: 20
|
||||
|
||||
|
|
|
@ -7,10 +7,10 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
- name: setup tea cli
|
||||
shell: bash
|
||||
|
|
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
## [1.6.0](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.5.0...v1.6.0) (2024-02-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* rename to forgejo ([94b2a6b](https://git.keine.cloud/oliver/pipeline-test-versioning/commit/94b2a6b89b4783ba3ae9b7e8f47896c61a78dfac))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* hostname for "uses" ([f8e85ee](https://git.keine.cloud/oliver/pipeline-test-versioning/commit/f8e85eec3b2d4bf736b05719f263964917476e86))
|
||||
* runs on docker ([3aff0f1](https://git.keine.cloud/oliver/pipeline-test-versioning/commit/3aff0f11eb11d652f28895e87d6956578f116306))
|
||||
|
||||
## [1.5.0](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.13...v1.5.0) (2024-02-01)
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Gitea action test: Versioning
|
||||
# Forgejo action test: Versioning
|
||||
|
||||
Is it possible to have automatic versioning like release-please or semantic-release in Gitea?
|
||||
Is it possible to have automatic versioning like release-please or semantic-release in Forgejo?
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.5.0
|
||||
1.6.0
|
||||
|
|
Loading…
Add table
Reference in a new issue