Skip to content

Commit 7bcbdcd

Browse files
committed
v1.1.1
1 parent 8353e7c commit 7bcbdcd

File tree

5 files changed

+9
-37
lines changed

5 files changed

+9
-37
lines changed

.travis.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v1.1.1 (2021-01-09)
4+
5+
* Removed all references to Travis-CI and replace with GitHub Actions
6+
* Bumped the year in LICENSE
7+
* Added clarifying statement in README to remove all extra assets
8+
39
## v1.1.0 (2021-01-05)
410

511
* Added GitHub Actions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Justin Hammond
3+
Copyright (c) 2021 Justin Hammond
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,7 @@ Click the `Use this template` button at the top of this project's GitHub page, i
3636
1. Update the name in the `LICENSE`
3737
1. Configure the `.travis.yml` or `.github/workflows/build.yml` file
3838
1. Update the `CHANGELOG`
39-
1. Add your showcase image to `/assets`
39+
1. Replace the showcase image in `/assets` and remove all other unneeded assets
4040
1. Change the data in `.github/FUNDING.yml`
4141
1. Rename other files/folders as needed and configure their content
4242
1. Delete this `README` and rename `README_project.md` to `README.md`
43-
44-
**Travis-CI**
45-
46-
To add a secure PyPi API key to your `.travis.yml` file, run the following command and replace `your-api-token` with your real API token.
47-
48-
```bash
49-
travis encrypt your-api-token --add deploy.password --com
50-
```

README_project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A one-liner description of your project goes here.
66

7-
[![Build Status](https://travis-ci.com/USERNAME/PROJECT_NAME.svg?branch=main)](https://travis-ci.com/USERNAME/PROJECT_NAME)
7+
[![Build](https://github.com/Justintime50/PROJECT_NAME/workflows/build/badge.svg)](https://github.com/Justintime50/PROJECT_NAME/actions)
88
[![Coverage Status](https://coveralls.io/repos/github/USERNAME/PROJECT_NAME/badge.svg?branch=main)](https://coveralls.io/github/USERNAME/PROJECT_NAME?branch=main)
99
[![PyPi](https://img.shields.io/pypi/v/PROJECT_NAME)](https://pypi.org/project/PROJECT_NAME)
1010
[![Licence](https://img.shields.io/github/license/USERNAME/PROJECT_NAME)](LICENSE)

0 commit comments

Comments
 (0)