You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository includes automated GitHub Actions that check for new versions of fullPage.js and automatically updates the wrapper when a newer version is available.
4
+
5
+
## How it works
6
+
7
+
The workflows run daily at 2 AM UTC and:
8
+
9
+
1.**Checks for updates**: Compares the current fullPage.js version in `package.json` with the latest version available on npm
10
+
2.**Updates dependencies**: If a newer version is found, it updates the fullPage.js dependency
11
+
3.**Builds the project**: Runs the build process to ensure everything works correctly
12
+
4.**Creates Pull Request**: Automatically creates a PR for review and approval
13
+
5.**Updates package version**: Increments the patch version of the vue-fullpage.js package
-**Description**: Detailed changelog and instructions
91
+
-**Files**: Updated package.json, package-lock.json, and built dist files
92
+
93
+
## Benefits
94
+
95
+
The workflows ensure that vue-fullpage.js stays up-to-date with the latest fullPage.js features and bug fixes while maintaining quality control through the PR review process.
96
+
97
+
-**Automation**: Daily checks and automatic PR creation
98
+
-**Safety**: No direct pushes to main branch
99
+
-**Quality Control**: Review process for all changes
100
+
-**Transparency**: Clear documentation and labels
101
+
-**Flexibility**: Manual override options available
0 commit comments