docs: fix version tags, standardize inputs to kebab-case, update readme#7
Open
shenxianpeng wants to merge 2 commits into
Open
docs: fix version tags, standardize inputs to kebab-case, update readme#7shenxianpeng wants to merge 2 commits into
shenxianpeng wants to merge 2 commits into
Conversation
…nch example - Replace all @v1 references with @v0.1.1 (the actual latest tag) - Add tip about creating a v1 tag for major version tracking - Clarify commit_end default description - Add Custom Deploy Branch example - List Ollama in AI Insights description
Breaking change: input names renamed for consistency with GitHub Actions convention: commit_begin → commit-start commit_end → commit-end start_date → start-date end_date → end-date project_name → project-name ai_enabled → ai-enabled ai_provider → ai-provider ai_model → ai-model Update action.yml, README.md, and test.yml accordingly. The gitstats config keys (-c commit_begin=... etc.) are unchanged.
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.
Summary
Fix version tag references, rename all snake_case inputs to kebab-case, and add missing documentation.
Breaking Changes
All snake_case input names renamed to kebab-case:
commit_begincommit-startcommit_endcommit-endstart_datestart-dateend_dateend-dateproject_nameproject-nameai_enabledai-enabledai_providerai-providerai_modelai-modelChangelog
🐛 Bugfix: Version tag references
@v1→@v0.1.1(the actual latest release;v1tag doesn't exist yet)v1annotated tag for major version tracking🔧 Refactor: Input naming consistency
action.yml.github/workflows/test.ymlreferencesREADME.md📝 Documentation improvements
commit-enddefault value descriptionCustom Deploy BranchexampleOllamato AI provider list