beachball 2.22.0 → 2.22.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "beachball",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 28 Apr 2022 20:28:34 GMT",
5
+ "date": "Wed, 04 May 2022 03:07:34 GMT",
6
+ "tag": "beachball_v2.22.1",
7
+ "version": "2.22.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "dannyvv@microsoft.com",
12
+ "package": "beachball",
13
+ "commit": "bf86ecb4ac13021ac255d365b33079f1bbcde15f",
14
+ "comment": "Update help and readme to not refer to 'master' branch"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 28 Apr 2022 20:28:37 GMT",
6
21
  "tag": "beachball_v2.22.0",
7
22
  "version": "2.22.0",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - beachball
2
2
 
3
- This log was last generated on Thu, 28 Apr 2022 20:28:34 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 04 May 2022 03:07:34 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.22.1
8
+
9
+ Wed, 04 May 2022 03:07:34 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update help and readme to not refer to 'master' branch (dannyvv@microsoft.com)
14
+
7
15
  ## 2.22.0
8
16
 
9
- Thu, 28 Apr 2022 20:28:34 GMT
17
+ Thu, 28 Apr 2022 20:28:37 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/README.md CHANGED
@@ -36,7 +36,7 @@ bumps versions as well as generating changelogs
36
36
 
37
37
  ### [publish](https://microsoft.github.io/beachball/cli/publish.html)
38
38
 
39
- bumps, publishes to npm registry (optionally does dist-tags), and pushes changelogs back into master
39
+ bumps, publishes to npm registry (optionally does dist-tags), and pushes changelogs back into the default branch
40
40
 
41
41
  ### [sync](https://microsoft.github.io/beachball/cli/sync.html)
42
42
 
@@ -61,7 +61,7 @@ registry, defaults to https://registry.npmjs.org
61
61
 
62
62
  ### --branch, -b
63
63
 
64
- target branch from origin (default: master)
64
+ target branch from origin (default: as configured in 'git config init.defaultBranch')
65
65
 
66
66
  ### --message, -m
67
67
 
package/lib/help.js CHANGED
@@ -22,7 +22,7 @@ Commands:
22
22
  check - checks whether a change file is needed for this branch
23
23
  changelog - based on change files, create changelogs and then unlinks the change files
24
24
  bump - bumps versions as well as generating changelogs
25
- publish - bumps, publishes to npm registry (optionally does dist-tags), and pushes changelogs back into master
25
+ publish - bumps, publishes to npm registry (optionally does dist-tags), and pushes changelogs back into the default branch
26
26
  sync - synchronizes published versions of packages from a registry, makes local package.json changes to match what is published
27
27
 
28
28
  Options:
@@ -30,7 +30,7 @@ Options:
30
30
  --registry, -r - registry, defaults to https://registry.npmjs.org
31
31
  --tag, -t - for the publish command: dist-tag for npm publishes
32
32
  - for the sync command: will use specified tag to set the version
33
- --branch, -b - target branch from origin (default: master)
33
+ --branch, -b - target branch from origin (default: as configured in 'git config init.defaultBranch')
34
34
  --message, -m - for the publish command: custom publish message for the checkin (default: applying package updates);
35
35
  for the change command: description of the change
36
36
  --no-push - skip pushing changes back to git remote origin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beachball",
3
- "version": "2.22.0",
3
+ "version": "2.22.1",
4
4
  "description": "The Sunniest Semantic Version Bumper",
5
5
  "repository": {
6
6
  "type": "git",