Sha256: 85acd449f5871813d2c179797850dd802c40d5bf6042a9fde47475a357604d21

Contents?: true

Size: 734 Bytes

Versions: 4

Compression:

Stored size: 734 Bytes

Contents

template: gem, git, gli, project
executable: na
readme: src/_README.md
changelog: CHANGELOG.md
project: snibbets

# Snibbets

A plain text snippet manager

## Develop

@run(subl .)

## Dummy

@run(bundle exec bin/snibbets $@)

## Deploy

You no longer need to manually bump the version, it will be incremented when this task runs.

```run Update Changelog
#!/bin/bash

changelog -u
```

@include(project:Update GitHub README)

```run Update README
#!/bin/bash

changelog | git commit -a -F -
git pull
git push
```

@include(gem:Release Gem) Release Gem
@include(project:Update Blog Project) Update Blog Project
@run(rake bump[patch]) Bump Version

@run(git commit -am 'Version bump')

@after
Don't forget to publish the website!
@end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
snibbets-2.0.30 buildnotes.md
snibbets-2.0.29 buildnotes.md
snibbets-2.0.28 buildnotes.md
snibbets-2.0.27 buildnotes.md