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
You help me generate the following collateral for the new release of my opensource application called big-AGI. The new release is 2.0.0.
To familiarize yourself with the application, the following are the Website and the GitHub README.md.
I am announcing a new version, 2.0.0.
For reference, the following was the collateral for 1.16.0 (Discord announcement, GitHub Release, in-app-news file news.data.tsx).
paste the former: discord announcement,
GitHub release,
news.data.tsx,
changelog.md
The following are the new developments for 2.0.0:
- ...
- git log --pretty=format:"%h %an %B" v1.16.0..v2.0.0 | clip
paste the link to the milestone (closed) and each individual issue (content will be downloaded)
paste the output of the git log command
news.data.tsx
I need the following from you:
1. a table summarizing all the new features in 2.0.0 with the following columns: 4 words description (exactly what it is), short description, usefulness (what it does for the user), significance, link to the issue number (not the commit)), which will be used for the artifacts later
2. then double-check the git log to see if there are any features of significance that are not in the table
3. then score each feature in terms of importance for users (1-10), relative impact of the feature (1-10, where 10 applies to the broadest user base), and novelty and uniqueness (1-10, where 10 is truly unique and novel from what exists already)
4. then improve the table, in decreasing order of importance for features, fixing any detail that's missing, in particular check if there are commits of significance from a user or developer point of view, which are not contained in the table
5. then I want you then to update the news.data.tsx for the new release
release name
please brainstorm 10 different names for this release. see the former names here: https://big-agi.com/blog
You can follow with 'What do you think of Modelmorphic?' or other selected name
cover images
Great, now I need to generate images for this. Before I used the following prompts (2 releases before).
// An image of a capybara sculpted entirely from black cotton candy, set against a minimalist backdrop with splashes of bright, contrasting sparkles. The capybara is using a computer with split screen made of origami, split keyboard and is wearing origami sunglasses with very different split reflections. Split halves are very contrasting. Close up photography, bokeh, white background.
import coverV113 from '../../../public/images/covers/release-cover-v1.13.0.png';
// An image of a capybara sculpted entirely from black cotton candy, set against a minimalist backdrop with splashes of bright, contrasting sparkles. The capybara is calling on a 3D origami old-school pink telephone and the camera is zooming on the telephone. Close up photography, bokeh, white background.
import coverV112 from '../../../public/images/covers/release-cover-v1.12.0.png';
What can I do now as far as images? Give me 4 prompt ideas with the same style as looks as the former, but different scene or action
Readme (and Changelog)
I need you to update the README.md and the with the new release.
Attaching the in-app news, with my language for you to improve on, but keep the tone.
GitHub release
Please create the 2.0.0 Release Notes for GitHub, following the format of the 1.16.0 GitHub release notes attached before.
Use a truthful and honest tone, understanding that people's time and attention span is short.
Today is 2024-XXXX-YYYY.
Now paste-attachment the former release notes (or 1.5.0 which was accurate and great), including the new contributors and
some stats (# of commits, etc.), and roll it for the new release.
Discord announcement
Can you generate my 2.0.0 big-AGI discord announcement from the GitHub Release announcement?
Please keep the formatting and stye of the discord announcement for 1.16.0, but with the new messaging above.
The text was updated successfully, but these errors were encountered:
Release checklist:
git checkout -b release-2.0.0
git tag v2.0.0 && git push opensource --tags
npm i
git checkout main && git merge --no-ff release-2.0.0
git tag -f v2.0.0 && git push opensource --tags -f
git push opensource main:main-stable
Links
Artifacts Generation
discord announcement
,GitHub release
,news.data.tsx
,changelog.md
news.data.tsx
release name
please brainstorm 10 different names for this release. see the former names here: https://big-agi.com/blog
You can follow with 'What do you think of Modelmorphic?' or other selected name
cover images
Readme (and Changelog)
GitHub release
Now paste-attachment the former release notes (or 1.5.0 which was accurate and great), including the new contributors and
some stats (# of commits, etc.), and roll it for the new release.
Discord announcement
The text was updated successfully, but these errors were encountered: