Skip to content

Commit

Permalink
removed public api_key for github
Browse files Browse the repository at this point in the history
  • Loading branch information
hvmonteiro committed Apr 24, 2018
1 parent 0098fab commit 30f19c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ deploy:
tags: true
repo: hvmonteiro/majin
all_branches: true
api_key:
secure: Fe/PGI1j4e/goipNJ5BoBDKo+04UHUU4mZ0lnmYQASd0aMn4PAlS+En7aE+jPTkIhsdC20bMqN9om+k9B7DbiVCawlk6MggF5lzTH+z+ulbR9MsjpHMinhN10fj+BMsvyxjtBcfc7yc56Elxbk8vkCrznS9nzN9hY63+FVlBji4nhcp5kmKvTYlsNwFBlbaEr6vkAYExjbxXO6569RV0jWowCeRAcZTz6hDJDWihsaN5dYL6oMFPS8H2jTMx/DVVVMl4iFYsv6vf9WwFeaQPmaIAWpwzsyqvSwIrF5w73hqp4ztKFdWGATv2o6TQoGIEtf6U/rRmtUI5qQG70BodUmMOaNP5zT40W5w/WjScAIuYwZaGdH4BsoNd7z3/5dfurZIRrprTScMczE8iYx6o4CpTRMyqIFUOcVPzUSe/6b8p0eGXZ5nYbhhrQDK3tv3KrZO+jdSaoKRHZu7SO/ZKNsAc4F/K7oaF8WcIFxsb7Bfwf+ESNStm5ZXfF43OoCRfb6z7q4473JLd+d0v0Ao9MG+Eifg9EyjcCm4whfyjJYmIxpu9zx43lJhlrv60y8qVZfjGjiBCHxhq+ux8g8sGI4TIwQQod7r3J7cfENzxnRcOx0zhee7rn5tJQn5w0lzgLTDyoWPgguu6s1vqTG5SmjI0nAdxUlAUU7iHjdwFZkY=
api_key: "$API_KEY"

after_deploy:
- echo "GitHub packages deploy finished."
Expand Down
8 changes: 5 additions & 3 deletions DEVEL-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,14 @@ http://choosealicense.com/licenses/
http://www.cssportal.com/css-tooltip-generator/


# How-to Create a Release
# How-to Create a Release (or development release)


## Create a new release version tag referencing a successful commit (which had a green build in travis-ci)
`git tag v1.3.0 <commitId>`
### commitId or HEAD
`git tag 1.3.0 <commitId>`

## Create/Modify 'latest' release version tag referencing the same commit as above (ex: v1.3.0)
## Create/Modify 'latest' (or latest-devel) release version tag referencing the same commit as above (ex: v1.3.0)
`git tag -f latest <commitId>`

## Push tags to central repository
Expand Down

0 comments on commit 30f19c4

Please sign in to comment.