From 7cd3da7859aa786f3e0d5778cb9057b7cd7aa040 Mon Sep 17 00:00:00 2001 From: Chris Schmich Date: Mon, 10 Jun 2019 20:55:24 -0700 Subject: [PATCH] Bump version. Update release step ordering. --- RELEASE.md | 6 +++--- package/manifest.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 9f13040..67e5647 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,10 +3,10 @@ - Sync with origin: `git pull --ff-only` - Run tests: `make test` - Bump `version` in `package/manifest.json` -- Commit: `git commit -a` - Create package: `make release` -- Tag release: `git tag -s xx -m "Release xx."` -- Push changes: `git push && git push --tags` - Publish package at https://chrome.google.com/webstore/devconsole - Upload updated package - Update descriptions for each language: `make show-descriptions` +- Commit: `git commit -a` +- Tag release: `git tag -s xx -m "Release xx."` +- Push changes: `git push && git push --tags` diff --git a/package/manifest.json b/package/manifest.json index bb87557..77f4739 100644 --- a/package/manifest.json +++ b/package/manifest.json @@ -3,7 +3,7 @@ "short_name": "__MSG_app_name_short__", "description": "__MSG_app_desc__", "default_locale": "en", - "version": "27", + "version": "28", "manifest_version": 2, "author": "Chris Schmich ", "homepage_url": "https://github.com/schmich/marinara",