diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index b7e4e04..5d0849c 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -11,4 +11,4 @@ jobs: uses: actions/checkout@v3 - name: 📦 Create draft release from milestone - uses: quaternionmedia/milestones@main + uses: WGBH-MLA/milestones@main diff --git a/sync-milestones.json b/sync-milestones.json index 03584b6..21dbad6 100644 --- a/sync-milestones.json +++ b/sync-milestones.json @@ -16,8 +16,29 @@ "previousTitles": ["v0.2.0"], "title": "v0.2.0 Deploy 🌇", "state": "open", - "description": "# Deploy\n#### *The self-titled album*\n\nIncludes:\n- [ ] deploy documentation\n- [ ] `nginx` image\n- [ ] `utility` image", + "description": "# Deploy\n#### *The self-titled album*\n\nIncludes:\n- [ ] deploy documentation\n- [x] `nginx` image\n- [x] `jumpbox` image", "due_on": "2022-08-01T23:59:59Z" + }, + { + "previousTitles": ["v0.3.0"], + "title": "v0.3.0 Collections 🖼️", + "state": "open", + "description": "# Collections\n- [ ] Special Collections\n- [ ] Other Exhibits\n- [ ] Embed images", + "due_on": "2022-09-01T23:59:59Z" + }, + { + "previousTitles": ["v0.4.0"], + "title": "v0.4.0 Drafts 📝", + "state": "open", + "description": "# Drafts\n- [ ] Create draft page\n- [ ] View draft page\n- [ ] Publish draft page", + "due_on": "2022-09-30T23:59:59Z" + }, + { + "previousTitles": ["v0.5.0"], + "title": "v0.5.0 Beta 🌁", + "state": "open", + "description": "# Beta\n- [ ] Content Managers\n- [ ] Db management\n- [ ] Add Exhibit data", + "due_on": "2022-10-28T23:59:59Z" } ] }