Skip to content

Commit 2aadc46

Browse files
committed
Merge branch 'script-to-use-short-versions' of github.com:github/docs-internal into script-to-use-short-versions
2 parents 6b5e306 + e796801 commit 2aadc46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/github/managing-security-vulnerabilities/managing-vulnerabilities-in-your-projects-dependencies/about-alerts-for-vulnerable-dependencies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ By default, we notify people with admin permissions in the affected repositories
6666
We send security alerts to people with admin permissions in the affected repositories by default. {% data variables.product.product_name %} never publicly discloses identified vulnerabilities for any repository.
6767
{% endif %}
6868

69-
{% data reusables.notifications.vulnerable-dependency-notification-delivery-method-customization %}{% if currentVersion ver_gt "[email protected]" %} For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."{% endif %}
69+
{% data reusables.notifications.vulnerable-dependency-notification-delivery-method-customization %}{% if enterpriseServerVersions contains currentVersion %} For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."{% endif %}

contributing/liquid-helpers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Do **not** use the operators `&&` or `||`. Liquid does not recognize them, and t
7878

7979
If your content describes a feature that will be included in the next release of GitHub AE, you can use a placeholder version string, `ghae-next`. Before the next GitHub AE release, we will run a script to replace the placeholder with `ghae`.
8080

81-
For example, you can use this logic before the feature is available in GitHub AE:
81+
For example, you can use this logic for a feature that's shipping on GitHub.com and will also be available in a future update to GitHub AE:
8282
```
8383
{% ifversion fpt or ghae-next %}This is a brand new feature, the likes of which have never been seen at this company before!{% endif %}
8484
```

0 commit comments

Comments
 (0)