hubot-archive / packages

DEPRECATED, see README.md for details
82 stars 14 forks source link

hubot-standup-alarm #74

Closed shaundon closed 10 years ago

shaundon commented 10 years ago

Reminds teams to do their daily standups at specified times every weekday.

Package: https://www.npmjs.org/package/hubot-standup-alarm Repo: https://github.com/shaundon/hubot-standup-alarm

therealklanni commented 10 years ago

Almost done!

A repository has been created for you at hubot-standup-alarm. A team has also been created that has admin rights to this repo and you have been added to it so you can manage it as you see fit.

To complete the transition, follow these steps:

Clone the new repository

git clone https://github.com/hubot-scripts/hubot-standup-alarm

OR

git remote set-url origin https://github.com/hubot-scripts/hubot-standup-alarm

Update the package.json

  "repository": {
    "type": "git",
    "url": "https://github.com/hubot-scripts/hubot-standup-alarm"
  },
  "bugs": {
    "url": "https://github.com/hubot-scripts/hubot-standup-alarm/issues"
  },

Publish

npm version patch
npm publish
git push origin master

Profit!

Once this is done, feel free to delete your old repository. You're done!

:metal: rock on...