Skip to content

Commit

Permalink
chore: link to s3 bucket with https, add "npm ci" to build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Oct 8, 2019
1 parent 2e53fba commit 0b593bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Handlebars utilizes the [release yeoman generator][generator-release] to perform
A full release may be completed with the following:

```
npm ci
yo release
npm publish
yo release:publish components handlebars.js dist/components/
Expand All @@ -104,7 +105,7 @@ in those places still point to the latest version

* [The npm-package](https://www.npmjs.com/package/handlebars) (check latest-tag)
* [The bower package](https://github.com/components/handlebars.js) (check the package.json)
* [The AWS S3 Bucket](http://builds.handlebarsjs.com.s3.amazonaws.com/) (check latest-tag)
* [The AWS S3 Bucket](https://s3.amazonaws.com/builds.handlebarsjs.com) (check latest-tag)
* [RubyGems](https://rubygems.org/gems/handlebars-source)

When everything is OK, the handlebars site needs to be updated to point to the new version numbers. The jsfiddle link should be updated to point to the most recent distribution for all instances in our documentation.
Expand Down

0 comments on commit 0b593bf

Please sign in to comment.