Skip to content

Commit

Permalink
fix(ci): small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Nov 23, 2024
1 parent 2ababcc commit 2583b8a
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
sed -i '/\# x-release-please-start-version/d' plugnmeet/README.txt
sed -i '/\# x-release-please-end/d' plugnmeet/README.txt
mkdir -p build
rsync -ar plugnmeet build/
cd build
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
!/.github/
!README.md
!LICENSE
!release-please-config.json
!.release-please-manifest.json
!/assets/
!/plugnmeet/
.DS_Store
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.2.12"
}
2 changes: 2 additions & 0 deletions plugnmeet/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Donate link: https://www.plugnmeet.org/
Tags: mynaparrot, web conference, plugnmeet
Requires at least: 5.9
Tested up to: 6.6.2
# x-release-please-start-version
Stable tag: 1.2.12
# x-release-please-end
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down
5 changes: 4 additions & 1 deletion plugnmeet/plugnmeet.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
* Plugin Name: Plug-N-Meet web conference integration
* Plugin URI: https://github.com/mynaparrot/plugNmeet-WordPress
* Description: Plug-N-Meet web conference integration with WordPress
* x-release-please-start-version
* Version: 1.2.12
* x-release-please-end
* Author: Jibon L. Costa <jibon@mynaparrot.com>
* Requires at least: 5.9
* Requires PHP: 7.4.0
Expand All @@ -37,8 +39,9 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
// x-release-please-start-version
define( 'PLUGNMEET_VERSION', '1.2.12' );

// x-release-please-end
/**
* Define the Plugin basename
*/
Expand Down
13 changes: 13 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"include-component-in-tag": false,
"packages": {
".": {
"extra-files": [
"plugnmeet/plugnmeet.php",
"plugnmeet/README.txt"
]
}
}
}

0 comments on commit 2583b8a

Please sign in to comment.