Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: CHANGELOG

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main ]
branches: [ master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -59,8 +59,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_OWNER: frederic34
RELEASE_BRANCH: main
RELEASE_BRANCHES: main
RELEASE_BRANCH: master
RELEASE_BRANCHES: master
MODULE: googlerecaptcha
CLASSNAME: Googlerecaptcha
DEFAULT_BUMP: none
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## Unreleased (2025-10-23)
## v2.0.0 (2025-10-23)

#### :bug: Bug Fix
* [#1](https://github.com/Net-Logic/dolibarr_module_googlerecaptcha/pull/1) last fix ([@frederic34](https://github.com/frederic34))
Expand Down
Loading