chore(plugin-packer): add eol message to website of plugin-packer#3597
Merged
chore(plugin-packer): add eol message to website of plugin-packer#3597
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds an End of Life (EOL) notice to the web version of plugin-packer, informing users that the service will be discontinued on August 31, 2026, and directing them to use cli-kintone's plugin pack command instead.
Changes:
- Added a styled EOL notice banner to both English and Japanese versions of the plugin-packer website
- Implemented CSS styling for the warning banner with appropriate colors and formatting
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/plugin-packer/docs/style.css | Added CSS styles for the EOL notice banner with warning colors and formatting |
| packages/plugin-packer/docs/index.html | Added English EOL notice banner after the header |
| packages/plugin-packer/docs/index-ja.html | Added Japanese EOL notice banner after the header |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
nameless-mc
approved these changes
Feb 9, 2026
nameless-mc
approved these changes
Feb 18, 2026
chihiro-adachi
approved these changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The Web version of plugin-packer (https://plugin-packer.kintone.dev/) will be discontinued on August 2026.
Users need to be notified about the end of service and guided to migrate to cli-kintone.
What
How to test
cd packages/plugin-packer && pnpm site:devto start the development serverChecklist
pnpm lintandpnpm teston the root directory.