Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
db1ebd13
Commit
db1ebd13
authored
Jun 05, 2015
by
Tute Costa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjustments to RELEASING document
parent
14356d7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
RELEASING.md
+2
-2
No files found.
RELEASING.md
View file @
db1ebd13
...
...
@@ -4,13 +4,13 @@ Releasing paperclip
2.
Update
`NEWS`
to reflect the changes since last release.
3.
Commit changes. There shouldn’t be code changes, and thus CI doesn’t need to
run, you can then add “
[
ci skip
]
” to the commit message.
4.
Tag the release:
`git tag vVERSION`
4.
Tag the release:
`git tag
-m 'vVERSION'
vVERSION`
5.
Push changes:
`git push --tags`
6.
Build and publish the gem:
```bash
gem build paperclip.gemspec
gem push paperclip-
*
.gem
gem push paperclip-
VERSION
.gem
```
7.
Announce the new release, making sure to say “thank you” to the contributors
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment