I've been vibe coding an app and have had Antigravity generate doc and markdown files. I'm not sure when I close and reopen, but during this session, it has been doing what I ask. It politely asks after changes if I want to:
Both Option A and Option B start with the command: npm run release
This command is the "Magic Button" that:
Increments the version (e.g., v1.1.1 -> v1.1.2).
Writes the Changelog automatically based on your commits.
Tags the release.
So no matter which option you choose, the Changelog gets updated and saved.
So, for the "Badge Fix" (v1.1.2):
Option A: Update Changelog & Push only.
Option B: Update Changelog, Push, & Deploy Live.
Which one would you like?
which automatically creates my changelog and version at bottom of my app, when the user clicks they get the attached image
This now allows a beginner like me to version control and deploy by asking. Does this make sense to anyone else, or am I just being lied to by AI lol?