diff options
author | Marvin Borner | 2018-11-07 22:10:16 +0100 |
---|---|---|
committer | Marvin Borner | 2018-11-07 22:10:17 +0100 |
commit | 954583f3d56fbfb60321725f13ad092e536e3737 (patch) | |
tree | a0505a763797582c61fd8c2f90b422456d8874c9 /node_modules/twig/docs/release checklist.md | |
parent | 1c355e6e956a4e507ed5436d0c814ba9c3a1deb2 (diff) |
Removed node_modules
Diffstat (limited to 'node_modules/twig/docs/release checklist.md')
-rw-r--r-- | node_modules/twig/docs/release checklist.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/node_modules/twig/docs/release checklist.md b/node_modules/twig/docs/release checklist.md deleted file mode 100644 index 1718c0d..0000000 --- a/node_modules/twig/docs/release checklist.md +++ /dev/null @@ -1,20 +0,0 @@ -Steps to release twig.js - -## repository - -1. Compile list of changes in CHANGELOG.md -2. Update version in package.json -3. Update version in bower.json -4. Update version in src/twig.header.js -5. `make`, `make docs`, `make test` and commit the changes. -6. `git tag` new version - -## bower - -Bower will pick up the new version in bower.json and use the associated git tag. - -## npm - -To publish the latest version to npmjs.org run this command from the twig.js directory: - - npm publish |