Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[project] cleanup old changelogs #123

Merged
merged 3 commits into from
Apr 26, 2024
Merged

[project] cleanup old changelogs #123

merged 3 commits into from
Apr 26, 2024

Conversation

Alchez
Copy link
Collaborator

@Alchez Alchez commented Apr 26, 2024

The Github Action that handles the version bumps and changelog generation was running in dry-run mode, which means that we've been collecting changelogs without applying them for about a year now 🤦

This PR changes the mode from dry-run to actually adding commits for version bumps and changelogs.

@Alchez Alchez requested a review from agritheory April 26, 2024 06:44
Copy link
Contributor

Coverage Report for ./aform

Status Category Percentage Covered / Total
🔴 Lines 50.16% (🎯 70%) 599 / 1194
🔴 Statements 50.16% (🎯 70%) 599 / 1194
🔴 Functions 51.28% (🎯 70%) 20 / 39
🔴 Branches 65.95% (🎯 70%) 31 / 47
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Unchanged Files
aform/src/index.ts 0% 0% 0% 0% 1-27
aform/src/components/AForm.vue 92.3% 80% 83.33% 92.3% 41-44, 65-66
aform/src/components/base/CollapseButton.vue 0% 0% 0% 0% 1-36
aform/src/components/form/ACheckbox.vue 100% 100% 100% 100%
aform/src/components/form/AComboBox.vue 0% 0% 0% 0% 1-13
aform/src/components/form/ADate.vue 0% 0% 0% 0% 1-277
aform/src/components/form/ADropdown.vue 85.43% 89.47% 50% 85.43% 68-70, 77-78, 92-93, 99-103, 108-109, 114-117, 119-122, 124-127, 129-132
aform/src/components/form/AFieldset.vue 0% 0% 0% 0% 1-63
aform/src/components/form/ANumericInput.vue 100% 100% 100% 100%
aform/src/components/form/ATextInput.vue 100% 80% 100% 100%
aform/src/components/utilities/Login.vue 0% 0% 0% 0% 1-72
aform/src/directives/mask.ts 31.73% 28.57% 40% 31.73% 13-22, 28-34, 40-41, 47-60, 62-78, 83-103
Generated in workflow #174

@agritheory agritheory merged commit 59e7e91 into development Apr 26, 2024
3 of 6 checks passed
@agritheory agritheory deleted the fix-rush-publish branch April 26, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants