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: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ All related tickets can be found under the [PDOC][PDOC JIRA] JIRA project with t
233
233
- Note: this means Markdown text in YARD comments and tags, not a change in the output of strings
234
234
- New commandline options: --emit-json and --emit-json-stdout to generate JSON documentation **(PDOC-84)**
235
235
- Runtime dependency on Puppet has been removed, allowing strings to function in Puppet Enterprise 3.8 **(PDOC-80)**
236
-
- Note that the gem still requires puppet. We recommend that the strings gem be installed with puppet, as suggested in the [README](https://github.com/puppetlabs/puppet-strings/blob/master/README.md#installing-puppet-strings)
236
+
- Note that the gem still requires puppet. We recommend that the strings gem be installed with puppet, as suggested in the [README](https://github.com/puppetlabs/puppet-strings/blob/main/README.md#installing-puppet-strings)
237
237
- New gemspec requirement on Ruby version 1.9.3, the oldest supported Ruby version
238
238
239
239
### BugFixes
@@ -253,8 +253,8 @@ All related tickets can be found under the [PDOC][PDOC JIRA] JIRA project with t
253
253
### Features
254
254
- Support for JSON output **(PDOC-23)**
255
255
- Strings now has the ability to produce a JSON representation of a given puppet module
256
-
- The details of the JSON schema can be found [here](https://github.com/puppetlabs/puppet-strings/blob/master/json_dom.md)
257
-
- For details on how to generate JSON, see the [README](https://github.com/puppetlabs/puppet-strings/blob/master/README.md#running-puppet-strings)
256
+
- The details of the JSON schema can be found [here](https://github.com/puppetlabs/puppet-strings/blob/main/json_dom.md)
257
+
- For details on how to generate JSON, see the [README](https://github.com/puppetlabs/puppet-strings/blob/main/README.md#running-puppet-strings)
258
258
- Migrate to ruby gems as a distribution method **(PDOC-28)**
259
259
- This is the last release of strings that will be available as a puppet module
260
260
- The 0.4.0 release will be released concurrently as a ruby gem
Copy file name to clipboardExpand all lines: HISTORY.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ All related tickets can be found under the [PDOC][PDOC JIRA] JIRA project with t
114
114
- Note: this means Markdown text in YARD comments and tags, not a change in the output of strings
115
115
- New commandline options: --emit-json and --emit-json-stdout to generate JSON documentation **(PDOC-84)**
116
116
- Runtime dependency on Puppet has been removed, allowing strings to function in Puppet Enterprise 3.8 **(PDOC-80)**
117
-
- Note that the gem still requires puppet. We recommend that the strings gem be installed with puppet, as suggested in the [README](https://github.com/puppetlabs/puppet-strings/blob/master/README.md#installing-puppet-strings)
117
+
- Note that the gem still requires puppet. We recommend that the strings gem be installed with puppet, as suggested in the [README](https://github.com/puppetlabs/puppet-strings/blob/main/README.md#installing-puppet-strings)
118
118
- New gemspec requirement on Ruby version 1.9.3, the oldest supported Ruby version
119
119
120
120
### BugFixes
@@ -134,8 +134,8 @@ All related tickets can be found under the [PDOC][PDOC JIRA] JIRA project with t
134
134
### Features
135
135
- Support for JSON output **(PDOC-23)**
136
136
- Strings now has the ability to produce a JSON representation of a given puppet module
137
-
- The details of the JSON schema can be found [here](https://github.com/puppetlabs/puppet-strings/blob/master/json_dom.md)
138
-
- For details on how to generate JSON, see the [README](https://github.com/puppetlabs/puppet-strings/blob/master/README.md#running-puppet-strings)
137
+
- The details of the JSON schema can be found [here](https://github.com/puppetlabs/puppet-strings/blob/main/json_dom.md)
138
+
- For details on how to generate JSON, see the [README](https://github.com/puppetlabs/puppet-strings/blob/main/README.md#running-puppet-strings)
139
139
- Migrate to ruby gems as a distribution method **(PDOC-28)**
140
140
- This is the last release of strings that will be available as a puppet module
141
141
- The 0.4.0 release will be released concurrently as a ruby gem
Puppet Strings generates documentation for Puppet code and extensions written in Puppet and Ruby. Strings processes code and YARD-style code comments to create documentation in HTML, Markdown, or JSON formats.
6
6
@@ -70,7 +70,7 @@ Here are a few other good resources for getting started with documentation:
70
70
71
71
We love contributions from the community!
72
72
73
-
If you'd like to contribute to `puppet-strings`, check out [CONTRIBUTING.md](https://github.com/puppetlabs/puppet-strings/blob/master/CONTRIBUTING.md) to get information on the contribution process.
73
+
If you'd like to contribute to `puppet-strings`, check out [CONTRIBUTING.md](https://github.com/puppetlabs/puppet-strings/blob/main/CONTRIBUTING.md) to get information on the contribution process.
74
74
75
75
### Running Specs
76
76
@@ -141,9 +141,9 @@ Bug fixes and ongoing development will occur in minor releases for the current m
Copy file name to clipboardExpand all lines: misc/ANNOUNCEMENT_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Before sending, do check that all links are still valid. Feel free to adjust the
4
4
5
5
The github rendering of the markdown seems to copy&paste acceptably into Google Inbox.
6
6
7
-
The [CHANGELOG](https://github.com/puppetlabs/puppet-strings/blob/master/CHANGELOG.md) is a good starting point for finding enhancements and bug-fixes.
7
+
The [CHANGELOG](https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md) is a good starting point for finding enhancements and bug-fixes.
8
8
9
9
---
10
10
@@ -29,7 +29,7 @@ The new release also contains the following notable bugfixes:
29
29
* E
30
30
* F
31
31
32
-
See the [CHANGELOG](https://github.com/puppetlabs/puppet-strings/blob/master/CHANGELOG.md) for a full list of changes
32
+
See the [CHANGELOG](https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md) for a full list of changes
33
33
34
34
We encourage all module developers to review puppet-strings and use it when creating modules.
0 commit comments