Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release tag problem #4

Open
luxerama opened this issue Apr 15, 2016 · 1 comment
Open

Release tag problem #4

luxerama opened this issue Apr 15, 2016 · 1 comment
Labels

Comments

@luxerama
Copy link
Member

When releasing a Gem with a custom namespace setup janus release fails to setup a release and tag.
See:

❯ janus release                                                                                                                                                                                                                                                                                                                                    auth_engine/git/develop
✓ Success: Tasks: "echo "Hello Janus CLI"" ran successfully
✓ Success: Release: Connected to Github API
✓ Success: Release: Next version: 2.35.1
✓ Success: Release: Created branch: release-2.35.1
ℹ Info: Release: No NPM package found
update number
// update number
✓ Success: Release: Version: Updated project version
# [2.35.1] - 2016-04-15
- feature/check-please - [PR Link](https://github.com/thebeansgroup/auth_engine/pull/180)
 - Additional checks on social api endpoint - [Fixes #179](https://github.com/thebeansgroup/auth_engine/issues/179)

✓ Success: Release: Changelog: Next entry added to changelog
✓ Success: Release: Changes committed and pushed to Github
✓ Success: Release: 2.35.1 released. undefined
✓ Success: Release: PR for release-2.35.1. https://github.com/thebeansgroup/auth_engine/pull/181
@luxerama luxerama added the bug label Apr 15, 2016
@luxerama
Copy link
Member Author

The problem seems to happen intermittently, even when run multiple times on the same release we sometimes create a tag successfully and sometimes not. Please see attached log for more info:

❯ janus release patch --verbose                                                                                                                                                                                                                                                                                                                  offer_service/git/develop
ℹ Info: Janus: Verbose mode for debugging active.
✓ Success: Tasks: "echo "Hello Janus CLI"" ran successfully
origin  https://github.com/thebeansgroup/offer_service (fetch)
origin  https://github.com/thebeansgroup/offer_service (push)
✓ Success: Release: Connected to Github API
5.0.5
✓ Success: Release: Next version: 5.0.6
Already up-to-date.
Switched to a new branch 'release-5.0.6'
✓ Success: Release: Created branch: release-5.0.6
cat: ./package.json: No such file or directory
ℹ Info: Release: No NPM package found
ℹ Info: Release: No Gemspec found
✓ Success: Release: Version: Updated project version
# [5.0.6] - 2016-04-19
- Alters default port to use boxen redis port - [PR Link](https://github.com/thebeansgroup/offer_service/pull/707)
- Feature/category api bits - [PR Link](https://github.com/thebeansgroup/offer_service/pull/726)
 - Add images on categories API endpoint - [Fixes #724](https://github.com/thebeansgroup/offer_service/issues/724)
 - Add filter to categories API endpoint - [Fixes #725](https://github.com/thebeansgroup/offer_service/issues/725)
- Feature/code expires in - [PR Link](https://github.com/thebeansgroup/offer_service/pull/721)
 - Return seconds left with redeem code response - [Fixes #720](https://github.com/thebeansgroup/offer_service/issues/720)
- Adding deployment notifier. Fixes #709 - [PR Link](https://github.com/thebeansgroup/offer_service/pull/710)
 - Adding deployment notification - [Fixes #709](https://github.com/thebeansgroup/offer_service/issues/709)
 - Adding deployment notification - [Fixes #709](https://github.com/thebeansgroup/offer_service/issues/709)
- Feature/fix images in seeds - [PR Link](https://github.com/thebeansgroup/offer_service/pull/714)
 - Fix the seed logos, add images for offers - [Fixes #636](https://github.com/thebeansgroup/offer_service/issues/636)
- Feature/partial eagering - [PR Link](https://github.com/thebeansgroup/offer_service/pull/734)
 - Partial eager loading - [Fixes #733](https://github.com/thebeansgroup/offer_service/issues/733)
- Disabling sudo on Travis CI, Fixes #715 - [PR Link](https://github.com/thebeansgroup/offer_service/pull/716)
 - Disable sudo for Travis CI - [Fixes #715](https://github.com/thebeansgroup/offer_service/issues/715)
 - Disable sudo for Travis CI - [Fixes #715](https://github.com/thebeansgroup/offer_service/issues/715)
- Feature/fix separate code per country - [PR Link](https://github.com/thebeansgroup/offer_service/pull/719)
 - Separate codes per country is broken - [Fixes #718](https://github.com/thebeansgroup/offer_service/issues/718)

✓ Success: Release: Changelog: Next entry added to changelog
[release-5.0.6 b7a40fd] Version bump and CHANGELOG update
 1 file changed, 19 insertions(+)
To https://github.com/thebeansgroup/offer_service
 * [new branch]      release-5.0.6 -> release-5.0.6
✓ Success: Release: Changes committed and pushed to Github
✓ Success: Release: 5.0.6 released. https://github.com/thebeansgroup/offer_service/releases/tag/5.0.6
✓ Success: Release: PR for release-5.0.6. https://github.com/thebeansgroup/offer_service/pull/741
❯ gco develop                                                                                                                                                                                                                                                                                                                              offer_service/git/release-5.0.6
Switched to branch 'develop'
Your branch is up-to-date with 'origin/develop'.
❯ git branch -D release-5.0.6                                                                                                                                                                                                                                                                                                                    offer_service/git/develop
Deleted branch release-5.0.6 (was b7a40fd).
❯ janus release patch --verbose                                                                                                                                                                                                                                                                                                                  offer_service/git/develop
ℹ Info: Janus: Verbose mode for debugging active.
✓ Success: Tasks: "echo "Hello Janus CLI"" ran successfully
origin  https://github.com/thebeansgroup/offer_service (fetch)
origin  https://github.com/thebeansgroup/offer_service (push)
✓ Success: Release: Connected to Github API
5.0.5
✓ Success: Release: Next version: 5.0.6
From https://github.com/thebeansgroup/offer_service
 * [new tag]         5.0.6      -> 5.0.6
Already up-to-date.
Switched to a new branch 'release-5.0.6'
✓ Success: Release: Created branch: release-5.0.6
cat: ./package.json: No such file or directory
ℹ Info: Release: No NPM package found
ℹ Info: Release: No Gemspec found
✓ Success: Release: Version: Updated project version
# [5.0.6] - 2016-04-19
- Alters default port to use boxen redis port - [PR Link](https://github.com/thebeansgroup/offer_service/pull/707)
- Feature/fix separate code per country - [PR Link](https://github.com/thebeansgroup/offer_service/pull/719)
 - Separate codes per country is broken - [Fixes #718](https://github.com/thebeansgroup/offer_service/issues/718)
- Feature/fix images in seeds - [PR Link](https://github.com/thebeansgroup/offer_service/pull/714)
 - Fix the seed logos, add images for offers - [Fixes #636](https://github.com/thebeansgroup/offer_service/issues/636)
- Adding deployment notifier. Fixes #709 - [PR Link](https://github.com/thebeansgroup/offer_service/pull/710)
 - Adding deployment notification - [Fixes #709](https://github.com/thebeansgroup/offer_service/issues/709)
 - Adding deployment notification - [Fixes #709](https://github.com/thebeansgroup/offer_service/issues/709)
- Feature/code expires in - [PR Link](https://github.com/thebeansgroup/offer_service/pull/721)
 - Return seconds left with redeem code response - [Fixes #720](https://github.com/thebeansgroup/offer_service/issues/720)
- Feature/partial eagering - [PR Link](https://github.com/thebeansgroup/offer_service/pull/734)
 - Partial eager loading - [Fixes #733](https://github.com/thebeansgroup/offer_service/issues/733)
- Feature/category api bits - [PR Link](https://github.com/thebeansgroup/offer_service/pull/726)
 - Add images on categories API endpoint - [Fixes #724](https://github.com/thebeansgroup/offer_service/issues/724)
 - Add filter to categories API endpoint - [Fixes #725](https://github.com/thebeansgroup/offer_service/issues/725)
- Disabling sudo on Travis CI, Fixes #715 - [PR Link](https://github.com/thebeansgroup/offer_service/pull/716)
 - Disable sudo for Travis CI - [Fixes #715](https://github.com/thebeansgroup/offer_service/issues/715)
 - Disable sudo for Travis CI - [Fixes #715](https://github.com/thebeansgroup/offer_service/issues/715)

✓ Success: Release: Changelog: Next entry added to changelog
[release-5.0.6 03e6251] Version bump and CHANGELOG update
 1 file changed, 19 insertions(+)
To https://github.com/thebeansgroup/offer_service
 * [new branch]      release-5.0.6 -> release-5.0.6
✓ Success: Release: Changes committed and pushed to Github
✓ Success: Release: 5.0.6 released. undefined
✓ Success: Release: PR for release-5.0.6. https://github.com/thebeansgroup/offer_service/pull/742
❯ git push origin :5.0.6                                                                                                                                                                                                                                                                                                                   offer_service/git/release-5.0.6
git taTo https://github.com/thebeansgroup/offer_service
 - [deleted]         5.0.6
❯ git tag -d 5.0.6                                                                                                                                                                                                                                                                                                                         offer_service/git/release-5.0.6
Deleted tag '5.0.6' (was b7a40fd)
❯ gco develop                                                                                                                                                                                                                                                                                                                              offer_service/git/release-5.0.6
Switched to branch 'develop'
Your branch is up-to-date with 'origin/develop'.
❯ git branch -D release-5.0.6                                                                                                                                                                                                                                                                                                                    offer_service/git/develop
Deleted branch release-5.0.6 (was 03e6251).
❯ janus release patch --verbose                                                                                                                                                                                                                                                                                                                  offer_service/git/develop
ℹ Info: Janus: Verbose mode for debugging active.
✓ Success: Tasks: "echo "Hello Janus CLI"" ran successfully
origin  https://github.com/thebeansgroup/offer_service (fetch)
origin  https://github.com/thebeansgroup/offer_service (push)
✓ Success: Release: Connected to Github API
5.0.5
✓ Success: Release: Next version: 5.0.6
Already up-to-date.
Switched to a new branch 'release-5.0.6'
✓ Success: Release: Created branch: release-5.0.6
cat: ./package.json: No such file or directory
ℹ Info: Release: No NPM package found
ℹ Info: Release: No Gemspec found
✓ Success: Release: Version: Updated project version
# [5.0.6] - 2016-04-19
- Alters default port to use boxen redis port - [PR Link](https://github.com/thebeansgroup/offer_service/pull/707)
- Feature/fix images in seeds - [PR Link](https://github.com/thebeansgroup/offer_service/pull/714)
 - Fix the seed logos, add images for offers - [Fixes #636](https://github.com/thebeansgroup/offer_service/issues/636)
- Feature/category api bits - [PR Link](https://github.com/thebeansgroup/offer_service/pull/726)
 - Add images on categories API endpoint - [Fixes #724](https://github.com/thebeansgroup/offer_service/issues/724)
 - Add filter to categories API endpoint - [Fixes #725](https://github.com/thebeansgroup/offer_service/issues/725)
- Disabling sudo on Travis CI, Fixes #715 - [PR Link](https://github.com/thebeansgroup/offer_service/pull/716)
 - Disable sudo for Travis CI - [Fixes #715](https://github.com/thebeansgroup/offer_service/issues/715)
 - Disable sudo for Travis CI - [Fixes #715](https://github.com/thebeansgroup/offer_service/issues/715)
- Adding deployment notifier. Fixes #709 - [PR Link](https://github.com/thebeansgroup/offer_service/pull/710)
 - Adding deployment notification - [Fixes #709](https://github.com/thebeansgroup/offer_service/issues/709)
 - Adding deployment notification - [Fixes #709](https://github.com/thebeansgroup/offer_service/issues/709)
- Feature/partial eagering - [PR Link](https://github.com/thebeansgroup/offer_service/pull/734)
 - Partial eager loading - [Fixes #733](https://github.com/thebeansgroup/offer_service/issues/733)
- Feature/fix separate code per country - [PR Link](https://github.com/thebeansgroup/offer_service/pull/719)
 - Separate codes per country is broken - [Fixes #718](https://github.com/thebeansgroup/offer_service/issues/718)
- Feature/code expires in - [PR Link](https://github.com/thebeansgroup/offer_service/pull/721)
 - Return seconds left with redeem code response - [Fixes #720](https://github.com/thebeansgroup/offer_service/issues/720)

✓ Success: Release: Changelog: Next entry added to changelog
[release-5.0.6 6be7fa7] Version bump and CHANGELOG update
 1 file changed, 19 insertions(+)
To https://github.com/thebeansgroup/offer_service
 * [new branch]      release-5.0.6 -> release-5.0.6
✓ Success: Release: Changes committed and pushed to Github
✓ Success: Release: 5.0.6 released. https://github.com/thebeansgroup/offer_service/releases/tag/5.0.6
✓ Success: Release: PR for release-5.0.6. https://github.com/thebeansgroup/offer_service/pull/743

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant