Compare commits
10 Commits
issue-bund
...
main
Author | SHA1 | Date | |
---|---|---|---|
ca4e8e3cec | |||
9949393d7b
|
|||
e0c8c16084 | |||
3074dae15a
|
|||
0b316b75c7 | |||
ecdfc7445e
|
|||
|
e50b764d85 | ||
aa8c724262 | |||
|
bd8a95836c | ||
e9f90640d3
|
3
.changes/v0.1.0.md
Normal file
3
.changes/v0.1.0.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## v0.1.0 - 2023-11-02
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.9.2 to 2.9.2
|
3
.changes/v0.2.0.md
Normal file
3
.changes/v0.2.0.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## v0.2.0 - 2023-11-19
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.9.2 to 2.9.2
|
3
.changes/v0.3.0.md
Normal file
3
.changes/v0.3.0.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## v0.3.0 - 2023-11-19
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.9.2 to 2.12.1
|
@@ -1,3 +0,0 @@
|
||||
## v1.0.0 - 2023-11-19
|
||||
### Feature
|
||||
* Integrate changie and automate release management
|
@@ -1,3 +0,0 @@
|
||||
## v1.1.0 - 2023-11-22
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.12.1 to 2.13.0
|
@@ -1,3 +0,0 @@
|
||||
## v1.2.0 - 2023-11-24
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.13.0 to 2.14.0
|
@@ -1,3 +0,0 @@
|
||||
## v1.3.0 - 2023-11-30
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.14.0 to 2.14.1
|
19
.gitea/workflows/release/create-release-on-tag.yaml
Normal file
19
.gitea/workflows/release/create-release-on-tag.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Create release
|
||||
run-name: Create release on tag
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
create-release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: release
|
||||
uses: https://github.com/softprops/action-gh-release@v1
|
||||
with:
|
||||
body_path: ${{ github.workspace }}/.changes/v${{ github.ref }}.md
|
@@ -0,0 +1,27 @@
|
||||
name: Tag next release
|
||||
run-name: Create a tag when PR is merged
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types:
|
||||
- closed
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
tag_if_merged:
|
||||
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: check out repository
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: changie latest
|
||||
id: changie_latest
|
||||
uses: https://github.com/miniscruff/changie-action@v2
|
||||
with:
|
||||
version: latest
|
||||
args: 'latest'
|
||||
- name: create a tag
|
||||
uses: https://github.com/rickstaa/action-create-tag@v1
|
||||
with:
|
||||
tag: ${{ steps.changie_latest.outputs.output }}
|
16
CHANGELOG.md
16
CHANGELOG.md
@@ -6,18 +6,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||
|
||||
|
||||
## v1.3.0 - 2023-11-30
|
||||
## v0.3.0 - 2023-11-19
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.14.0 to 2.14.1
|
||||
* Update dependencies. Chill-bundles upgraded from 2.9.2 to 2.12.1
|
||||
|
||||
## v1.2.0 - 2023-11-24
|
||||
## v0.2.0 - 2023-11-19
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.13.0 to 2.14.0
|
||||
* Update dependencies. Chill-bundles upgraded from 2.9.2 to 2.9.2
|
||||
|
||||
## v1.1.0 - 2023-11-22
|
||||
## v0.1.0 - 2023-11-02
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.12.1 to 2.13.0
|
||||
|
||||
## v1.0.0 - 2023-11-19
|
||||
### Feature
|
||||
* Integrate changie and automate release management
|
||||
* Update dependencies. Chill-bundles upgraded from 2.9.2 to 2.9.2
|
||||
|
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"require": {
|
||||
"ext-redis": "*",
|
||||
"chill-project/chill-bundles": "2.14.1",
|
||||
"chill-project/chill-bundles": "2.12.1",
|
||||
"symfony/flex": "^1.9",
|
||||
"symfony/http-client": "^4.4 || ^5",
|
||||
"nelmio/alice": "^3.8",
|
||||
|
440
composer.lock
generated
440
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -86,6 +86,9 @@ Activity reasons for those activities: Sujets de ces échanges
|
||||
Filter by activity type: Filtrer par type d'échange
|
||||
Activity type: Type d'échange
|
||||
Activity user: Utilisateur lié à l'activity
|
||||
Aggregate by activity user: Aggréger par utilisateur lié à l'échange
|
||||
Aggregate by activity type: Aggréger par type d'échange
|
||||
Aggregate by activity reason: Aggréger par sujet de l'échange
|
||||
There isn't any activities.: Aucun échange enregistré.
|
||||
Last activities: Les derniers échanges
|
||||
Activities: Échanges
|
||||
|
Reference in New Issue
Block a user