nnw-theme 0.1.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,6 +24,11 @@ stable GitHub release; and the valid ZIP asset. A useful repository description
24
24
  metadata warns but does not block publication. `npx nnw-theme@1 marketplace enable`
25
25
  adds the recommended topic through the author’s authenticated `gh` session.
26
26
 
27
+ The screenshot workflow pushes a branch and opens a pull request for review, so the
28
+ repository needs **Settings → Actions → General → Workflow permissions → Allow GitHub
29
+ Actions to create and approve pull requests**. Without it the run pushes the branch and
30
+ then fails with "GitHub Actions is not permitted to create or approve pull requests".
31
+
27
32
  Creating releases, topics, branches, pull requests, or other GitHub state is external
28
33
  mutation. Confirm the person’s intent immediately before doing it. Ordinary edits,
29
34
  local previews, checks, and packages do not need that additional confirmation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nnw-theme",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "description": "Create, preview, check, and publish a NetNewsWire theme.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Dave Marquard",