Skip to content

Commit

Permalink
Incrementing subpackages to new version (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaABurch authored Mar 2, 2023
1 parent e6694b8 commit 955fe80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GitHub provides additional documentation on [forking a repository](https://help.

The `@amazon-sumerian-hosts/core`, `@amazon-sumerian-hosts/babylon`, and `@amazon-sumerian-hosts/three` packages are all published and distributed via the [npmjs.com](https://www.npmjs.com/) registry. To publish a new version of the packages to the NPM registry, follow these steps...

1. Update the package.json for each package with new version number using [semantic versioning](https://semver.org/). All packages should always share the same version number.
1. Update the package.json in the root of the repository, and then for each package with new version number using [semantic versioning](https://semver.org/). All packages should always share the same version number.
2. Create a new release using the GitHub.com console. See [previous releases](https://github.com/aws-samples/amazon-sumerian-hosts/releases) for reference.
1. In the release creation form, create a new repository tag labeling it using the package version number prefixed with "v". *Example: "v2.1.3"*
2. Set the target of the release to the `mainline2.0` branch.
Expand Down
2 changes: 1 addition & 1 deletion packages/amazon-sumerian-hosts-babylon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amazon-sumerian-hosts/babylon",
"version": "2.0.4",
"version": "2.0.5",
"description": "",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/amazon-sumerian-hosts-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amazon-sumerian-hosts/core",
"version": "2.0.4",
"version": "2.0.5",
"description": "",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/amazon-sumerian-hosts-three/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amazon-sumerian-hosts/three",
"version": "2.0.4",
"version": "2.0.5",
"description": "",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 955fe80

Please sign in to comment.