diff modules/stdlib/RELEASE_PROCESS.markdown @ 424:4a2ee7e3b110

Update stdlib in case it fixed deprecation
author IBBoard <dev@ibboard.co.uk>
date Sun, 09 Oct 2022 10:34:32 +0100
parents 956e484adc12
children
line wrap: on
line diff
--- a/modules/stdlib/RELEASE_PROCESS.markdown	Sun Oct 09 10:34:07 2022 +0100
+++ b/modules/stdlib/RELEASE_PROCESS.markdown	Sun Oct 09 10:34:32 2022 +0100
@@ -3,12 +3,12 @@
  * Work in a topic branch
  * Submit a github pull request
  * Address any comments / feeback
- * Merge into master using --no-ff
+ * Merge into main using --no-ff
 
 # Releasing this module #
 
  * This module adheres to http://semver.org/
- * Look for API breaking changes using git diff vX.Y.Z..master
+ * Look for API breaking changes using git diff vX.Y.Z..
    * If no API breaking changes, the minor version may be bumped.
    * If there are API breaking changes, the major version must be bumped.
    * If there are only small minor changes, the patch version may be bumped.