Skip to content

Commit 3cfc23c

Browse files
GuiLemeantobinarydependabot[bot]Arthurk12Copilot
authored
chore: update CI from bbb-plugin-template (manifest.json version bump) (#10)
* [add-lint-and-ci] - added lint, ci and boilerplate for plugin building * [add-lint-and-ci] Customize files for plugin, not SDK * fix typo * build: initial stab at packaging * disable the build for template * disable the build for template * drop 2 unneeded files from packaging * ref: Update template to use the new plugin manifest structure (#10) * [manifest-structure] - added manifest structure to template * Update README.md Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com> --------- Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com> * ci: add workflow to auto tag and bump package.json (#9) * [package-cleanup] package.json cleanup and manifest cleanup (#11) * Bump http-proxy-middleware in the npm_and_yarn group across 1 directory (#12) Bumps the npm_and_yarn group with 1 update in the / directory: [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware). Updates `http-proxy-middleware` from 2.0.7 to 2.0.9 - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md) - [Commits](chimurai/http-proxy-middleware@v2.0.7...v2.0.9) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-version: 2.0.9 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: set version to 0.0.1 * Update changelog * Update control * [add-more-info-template] added locales and a react boilerplate to start developing * [add-more-info-template] corrected some vulnerabilities * chore: replaces deprecated `onBeforeSetupMiddleware` webpack hook Replaces the deprecated hook used to serve the manifest.json file when running webpack dev server by a newer one `setupMiddlewares`. * Update old repository name references from plugin-template to bbb-plugin-template Agent-Logs-Url: https://github.com/bigbluebutton/bbb-plugin-template/sessions/552146e9-065c-49ef-b548-9cc60c25f616 Co-authored-by: antobinary <6312397+antobinary@users.noreply.github.com> * chore: update names to bbb-plugin-template after repository rename Agent-Logs-Url: https://github.com/bigbluebutton/bbb-plugin-template/sessions/c65fc844-15e0-40c9-a289-0e035aae623a Co-authored-by: antobinary <6312397+antobinary@users.noreply.github.com> * [ci-set-version] added set manifest version to the CI. * [ci-set-version] follow with pick-random-user's code --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com> Co-authored-by: Anton Georgiev <anto.georgiev@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arthur B. Grossi <32987232+Arthurk12@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: antobinary <6312397+antobinary@users.noreply.github.com>
1 parent f99ad6d commit 3cfc23c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/publish-tag.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
user_email="github-actions@github.com"
2929
fi
3030
echo "user_email=$user_email" >> $GITHUB_ENV
31-
3231
- name: Configure Git with the triggering user's info
3332
run: |
3433
git config user.name "${{ github.actor }}"

0 commit comments

Comments
 (0)