Closed jacob-macleod closed 3 months ago
backend/database/database_config.py
production
frontend/src/api/config.js
http://dolphinflashcards.com/api/
development
main
MAJOR
MINOR
PATCH
backend/__init__.py
CHANGELOG.md
MINOR: Development
Description
5.1.0 - 2024-09-01
Fixed
Changed
Pull Requestor Checklist
backend/database/database_config.py
have the type ofproduction
?frontend/src/api/config.js
have the correct server url, reading from the deployed instance athttp://dolphinflashcards.com/api/
?development
tomain
, is the MR title prefixed withMAJOR
,MINOR
orPATCH
?backend/__init__.py
been updated with the relevant version, following the semantic versioning standardCHANGELOG.md
been updated to explain the new version?