[Pkg-javascript-commits] [sockjs-client] 61/350: Add to Changelog. Remove old Makefile
tonnerre at ancient-solutions.com
tonnerre at ancient-solutions.com
Fri Aug 5 01:03:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.
commit 8abdeff2fb9b2884f75eb6026b485901c296ee3c
Author: Bryce Kahle <bkahle at gmail.com>
Date: Wed May 28 11:23:58 2014 -0400
Add to Changelog. Remove old Makefile
---
.npmignore | 2 ++
Changelog | 9 +++++++++
Makefile | 53 -----------------------------------------------------
3 files changed, 11 insertions(+), 53 deletions(-)
diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..a423b9c
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,2 @@
+tests/
+bin/
\ No newline at end of file
diff --git a/Changelog b/Changelog
index 1381f24..67289f4 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,12 @@
+1.0.0 (unreleased)
+=====
+
+ * Upgrade to JSON3 from JSON2
+ * Package library with browserify supporting the UMD pattern
+ * Move tests to JavaScript
+ * Add Gulp.js build script
+
+
0.3.4
=====
diff --git a/Makefile b/Makefile
deleted file mode 100644
index b88e22d..0000000
--- a/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-.PHONY: all build tests test serve clean
-
-test: node tests/server.js
-
-# To release:
-# 0) 'make prepare-release'
-# 1) commit everything you need
-# 2) amend 'version' file (don't commit)
-# 3) run 'make tag', and git push/git push --tag as suggested
-# 4) run 'make upload', and suggested commands
-
-RVER:=$(shell cat version)
-VER:=$(shell ./VERSION-GEN)
-# The first two dots: 1.2.3 -> 1.2
-MAJVER:=$(shell echo $(VER)|sed 's|^\([^.]\+[.][^.]\+\).*$$|\1|' )
-
-.PHONY: prepare-release tag upload
-prepare-release:
- make clean
- [ -e ../sockjs-client-gh-pages ] || \
- git clone `git remote -v|tr "[:space:]" "\t"|cut -f 2` \
- --branch gh-pages ../sockjs-client-gh-pages
- (cd ../sockjs-client-gh-pages; git pull;)
-
-#-git tag -d v$(RVER)
-tag:
- git commit $(TAG_OPTS) version Changelog -m "Release $(RVER)" --allow-empty
- git tag -s v$(RVER) -m "Release $(RVER)"
- @echo ' [*] Now run'
- @echo 'git push; git push --tag'
-
-ARTIFACTS=\
- sockjs-$(VER).js \
- sockjs-$(VER).min.js \
- sockjs-$(MAJVER).js \
- sockjs-$(MAJVER).min.js
-
-upload: build
- echo "VER=$(VER) MAJVER=$(MAJVER)"
- cp sockjs.js ../sockjs-client-gh-pages/sockjs-$(VER).js
- cp sockjs.min.js ../sockjs-client-gh-pages/sockjs-$(VER).min.js
- cp sockjs.js ../sockjs-client-gh-pages/sockjs-$(MAJVER).js
- cp sockjs.min.js ../sockjs-client-gh-pages/sockjs-$(MAJVER).min.js
- (cd ../sockjs-client-gh-pages; \
- git add $(ARTIFACTS); \
- git commit -m "Release $(VER)"; \
- node generate_index.js > index.html; \
- git add index.html; \
- git commit --amend -m "Release $(VER)";)
- @echo ' [*] Now run: '
- @echo '(cd ../sockjs-client-gh-pages; git push; )'
- @echo '(cd ../sockjs-client-gh-pages; \
- s3cmd put --acl-public index.html $(ARTIFACTS) s3://sockjs; );'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list