Exception: VersionManager::ReleaseManager::BranchIsNotUpToDateError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/version-manager/release_manager.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
# File 'lib/version-manager/release_manager.rb', line 5

def message
  'Remote branch and local one are different. You need to update your branch or push your changes'
end