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
Copy file name to clipboardExpand all lines: .github/maintainers_guide.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,8 @@ $ git push -u origin v1.2.3
61
61
```
62
62
63
63
6. After merging these changes into `main` create a new [release](https://github.com/slackapi/slack-github-action/releases/new) with a new tag - `v1.2.3` - on publish. Include relevant changes in the release notes!
64
-
7. Once released, make sure to close the relevant GitHub Milestone for the version you released.
64
+
7. Rebuild [documentation](#docs) with the latest versions.
65
+
8. Once released, make sure to close the relevant GitHub Milestone for the version you released.
65
66
66
67
## Workflow
67
68
@@ -118,19 +119,19 @@ This repo contains two types of docs files:
118
119
119
120
The private repo containing the tools.slack.dev site pulls these in at build time.
120
121
121
-
Maintainers need to use the `run workflow` button associated with the `deploy` workflow in that private repo to update the docs with changes from here.
122
+
Maintainers need to use the `run workflow` button associated with the `deploy` workflow in that private repo to update the docs with changes from here.
122
123
123
124
### Markdown Files
124
125
125
126
The markdown files here are secretly mdx files in disguise.
126
127
127
128
If you'd like to add images to pages, add the image files to the same folder the md file is in.
128
129
129
-
We appreciate markdown edits from anyone!!!
130
+
We appreciate markdown edits from anyone!!!
130
131
131
132
### Sidebar
132
133
133
-
`_sidebar.json` sets the slack github action docs sidebar
134
+
`_sidebar.json` sets the slack github action docs sidebar
134
135
135
136
sidebar values take the form of "slack-github-action/path-within-docs/"
0 commit comments