We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b7daf commit 8732b86Copy full SHA for 8732b86
1 file changed
readme.md
@@ -25,6 +25,15 @@ import AlertIcon from "octicons-plain-react/alert";
25
26
## Publishing
27
28
+1. GitHub Actions runs `bump-and-publish.sh`
29
+2. It fetches the latest version of @primer/octicons
30
+3. It sets its own version to match that
31
+4. The version script is called and it installs its own version
32
+5. `git add` is called to ensure these changes are saved in the tag itself
33
+6. If the version change is successful, `npm publish` is run
34
+7. Publishing calls `prepack.sh`, which builds the components and runs all the transforms
35
+8. The new files are published to npm
36
+
37
## License
38
39
MIT © GitHub Inc
0 commit comments