Conversation
- Replace all GitHub Pages references with Netlify - Document why Netlify is required (serverless functions for form processing) - Clarify we use Netlify Functions, NOT Netlify Forms - Update form submission flow to show Sanity image upload - Update directory structure (add styles-index.njk, remove admin.njk) - Fix references to Make webhook → Netlify Function - Add notes on blocking vs non-blocking integrations
- development-guide.md: Clarify Netlify is required (not optional) - development-guide.md: Add form submission flow diagram - development-guide.md: Remove Vercel/GitHub Pages as alternatives - project_context.md: Update deployment from GitHub Pages to Netlify - project_context.md: Update form handling from Make to Netlify Function - project_context.md: Add netlify/functions to directory structure - project_context.md: Update environment variables section
- CI workflow: Run on both staging and main branches - CI workflow: Remove GitHub Pages deploy (Netlify handles deployment) - Release workflow: Run on staging (prereleases) and main (releases) - pyproject.toml: Add staging branch config for rc prereleases Branching strategy: - staging: Development branch, creates rc prereleases (e.g., v1.5.0-rc.1) - main: Production branch, creates stable releases (e.g., v1.5.0)
Automatically generated by python-semantic-release
✅ Deploy Preview for mywebclass-is373 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.

No description provided.