adaptive-learning / proso-apps-js

AngularJs front-end modules for an adaptive learning system (depending on server https://github.com/adaptive-learning/proso-apps)
1 stars 1 forks source link

release_patch failed #15

Closed slaweet closed 8 years ago

slaweet commented 8 years ago

Here is what I did:

■■■■[xstanis1:~/git/proso-apps-js] master(2)* ± git checkout master-2.1.X
Switched to branch 'master-2.1.X'

■■■■[xstanis1:~/git/proso-apps-js] master-2.1.X* ± git cherry-pick 837ed83a1cc3149cb0ac34a4821874ef5ed76f0c
[master-2.1.X 7d96f5a] PracticeService: fix loading contexts
 2 files changed, 20 insertions(+), 18 deletions(-)

■■■■[xstanis1:~/git/proso-apps-js] master-2.1.X* ± grunt release_patch
Running "shell:bower" (shell) task
Cloning into 'proso-apps-js-bower'...
Switched to a new branch 'version-2.1.X'
Branch version-2.1.X set up to track remote branch version-2.1.X from origin.
[version-2.1.X d1f3bbc] automatic update
 6 files changed, 34 insertions(+), 34 deletions(-)
 rewrite proso-apps-all.min.js.map (93%)
 rewrite proso-apps-services.min.js (78%)
 rewrite proso-apps-services.min.js.map (95%)
To git@github.com:adaptive-learning/proso-apps-js-bower.git
   e926bde..d1f3bbc  version-2.1.X -> version-2.1.X

Running "shell:bower_release" (shell) task
fatal: tag '2.1.0' already exists
Warning: Command failed: fatal: tag '2.1.0' already exists
 Use --force to continue.

Aborted due to warnings.
slaweet commented 8 years ago

Please update the README with steps starting from Step 1: do the code changes in your favorite IDE Step 2: commit the changes ...

papousek commented 8 years ago

One observation: There is a tag 2.1.2 created by you from 2016-07-1.

I assume that you unsuccessfully tried to release a patch before the described incident (and during this release, it failed during shell:increase_patch task).

papousek commented 8 years ago

I have released your patch and updated the readme file. I hope it will help in the future.